Changeset 8316 for ImageMagick/trunk/coders/mat.c
- Timestamp:
- 06/17/12 14:26:12 (11 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/mat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/mat.c
r8310 r8316 1240 1240 do 1241 1241 { 1242 1242 if ((IssRGBColorspace(image->colorspace) == MagickFalse) && 1243 (IsImageGray(image,exception) == MagickFalse)) 1244 (void) TransformImageColorspace(image,sRGBColorspace,exception); 1243 1245 is_gray = IsImageGray(image,exception); 1244 if (is_gray == MagickFalse)1245 if (IssRGBColorspace(image->colorspace) == MagickFalse)1246 (void) TransformImageColorspace(image,sRGBColorspace,exception);1247 1246 z = is_gray ? 0 : 3; 1248 1247
Note: See TracChangeset
for help on using the changeset viewer.
