Ignore:
Timestamp:
06/17/12 14:26:12 (11 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

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

    r8310 r8316  
    12401240  do 
    12411241  { 
    1242  
     1242    if ((IssRGBColorspace(image->colorspace) == MagickFalse) && 
     1243        (IsImageGray(image,exception) == MagickFalse)) 
     1244      (void) TransformImageColorspace(image,sRGBColorspace,exception); 
    12431245    is_gray = IsImageGray(image,exception); 
    1244     if (is_gray == MagickFalse) 
    1245       if (IssRGBColorspace(image->colorspace) == MagickFalse) 
    1246         (void) TransformImageColorspace(image,sRGBColorspace,exception); 
    12471246    z = is_gray ? 0 : 3; 
    12481247 
Note: See TracChangeset for help on using the changeset viewer.