Changeset 7766


Ignore:
Timestamp:
05/04/12 07:14:52 (13 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/miff.c

    r7684 r7766  
    10471047                    flags=ParseGeometry(options,&geometry_info); 
    10481048                    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; 
    10501050                    if ((flags & SigmaValue) != 0) 
    10511051                      image->chromaticity.white_point.y= 
Note: See TracChangeset for help on using the changeset viewer.