commit | 501c5597e8d10b6102a4566f2740f4166bdd545f | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Apr 18 12:45:09 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Apr 18 12:45:09 2012 +0000 |
tree | 0d437ca9df6734365e9439734d57972242ea16f9 | |
parent | 13098ad19f69f07d7c0919c8bf0198234449f007 [diff] [blame] |
diff --git a/coders/bgr.c b/coders/bgr.c index 69e75d0..8fcf772 100644 --- a/coders/bgr.c +++ b/coders/bgr.c
@@ -1107,7 +1107,7 @@ /* Convert MIFF to BGR raster pixels. */ - if (IsRGBColorspace(image->colorspace) == MagickFalse) + if (IssRGBColorspace(image->colorspace) == MagickFalse) (void) TransformImageColorspace(image,sRGBColorspace,exception); if ((LocaleCompare(image_info->magick,"BGRA") == 0) && (image->matte == MagickFalse))