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

Comparing ray/src/px/ra_t8.c (file contents):
Revision 1.4 by greg, Thu Jan 18 23:58:24 1990 UTC vs.
Revision 1.6 by greg, Fri Feb 9 13:59:23 1990 UTC

# Line 124 | Line 124 | char  *argv[];
124                          quiterr(errmsg);
125                  }
126                                          /* put header */
127 <                printargs(argc, argv, stdout);
127 >                printargs(i, argv, stdout);
128                  putchar('\n');
129                  fputresolu(YMAJOR|YDECR, xmax, ymax, stdout);
130                                          /* convert file */
# Line 382 | Line 382 | register rgbpixel  *l3;
382                  quiterr("read error in picreadline3");
383          inpic->nexty = y+1;
384                                                          /* convert scanline */
385 <        normcolrs(inline, xmax);
385 >        normcolrs(inline, xmax, 0);
386          for (i = 0; i < xmax; i++) {
387                  l3[i].r = inline[i][RED];
388                  l3[i].g = inline[i][GRN];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines