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

Comparing ray/src/px/ra_gif.c (file contents):
Revision 2.8 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.9 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 158 | Line 158 | int  y;
158          if (bradj)
159                  shiftcolrs(scanln, xmax, bradj);
160          colrs_gambs(scanln, xmax);
161 <        if (pixscan != NULL)
161 >        if (pixscan != NULL) {
162                  if (samplefac)
163                          neu_dith_colrs(pixscan, scanln, xmax);
164                  else
165                          dith_colrs(pixscan, scanln, xmax);
166 +        }
167   }
168  
169  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines