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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 2.29 by greg, Tue Mar 22 04:51:56 2005 UTC vs.
Revision 2.30 by greg, Tue Mar 22 15:26:05 2005 UTC

# Line 973 | Line 973 | Color2RRGGBB(                  /* read/convert/write COLOR->RGB16 sca
973                          colortrans(cvts.r.colors[x], cvts.cmat,
974                                          cvts.r.colors[x]);
975                  if (CHK(C_GAMUT))
976 <                        clipgamut(cvts.r.colors[x], cvts.t.fp[3*x + 1],
976 >                        clipgamut(cvts.r.colors[x], bright(cvts.r.colors[x]),
977                                          CGAMUT_LOWER, cblack, cwhite);
978              }
979              for (i = 3; i--; ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines