Changeset 7766
- Timestamp:
- 05/04/12 07:14:52 (13 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/miff.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/miff.c
r7684 r7766 1047 1047 flags=ParseGeometry(options,&geometry_info); 1048 1048 image->chromaticity.white_point.x=geometry_info.rho; 1049 image->chromaticity.white_point.y=geometry_info. rho;1049 image->chromaticity.white_point.y=geometry_info.sigma; 1050 1050 if ((flags & SigmaValue) != 0) 1051 1051 image->chromaticity.white_point.y=
Note: See TracChangeset
for help on using the changeset viewer.
