ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/ra_ppm.c
(Generate patch)

Comparing ray/src/px/ra_ppm.c (file contents):
Revision 2.6 by greg, Thu Nov 18 09:55:12 1993 UTC vs.
Revision 2.7 by greg, Sun Feb 27 10:17:07 1994 UTC

# Line 99 | Line 99 | char  *argv[];
99                  ymax = scanint(stdin);
100                  maxval = scanint(stdin);
101                                          /* put header */
102 +                newheader("RADIANCE", stdout);
103                  printargs(i, argv, stdout);
104                  fputformat(COLRFMT, stdout);
105                  putchar('\n');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines