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

Comparing ray/src/px/glimage.c (file contents):
Revision 1.1 by greg, Thu Jan 25 11:46:39 1990 UTC vs.
Revision 1.2 by greg, Fri Jan 26 08:18:38 1990 UTC

# Line 63 | Line 63 | char  *argv[];
63                          fprintf(stderr, "%s: read error (y=%d)\n", fname, i);
64                          exit(1);
65                  }
66 <                normcolrs(scanline, xres);
66 >                normcolrs(scanline, xres, 0);
67                  for (j = 0; j < xres; j++) {
68                          winout[j] = 255L<<24;
69                          winout[j] |= (long)scanline[j][BLU]<<16;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines