| commit | 3d9f5ba107b160e1819bb6baeeb3a9f521e9f450 | [log] [tgz] |
|---|---|---|
| author | cristy <urban-warrior@git.imagemagick.org> | Tue Jun 26 13:37:31 2012 +0000 |
| committer | cristy <urban-warrior@git.imagemagick.org> | Tue Jun 26 13:37:31 2012 +0000 |
| tree | aa0d63feb946d8c2cf3b76aea5f2f5b19a78d12f | |
| parent | d9efc9a101898c6aeae99f2b3ba57a276458c3e0 [diff] [blame] |
diff --git a/coders/pcl.c b/coders/pcl.c index 150c652..4371a27 100644 --- a/coders/pcl.c +++ b/coders/pcl.c
@@ -721,9 +721,7 @@ one=1; do { - if ((IssRGBColorspace(image->colorspace) == MagickFalse) && - (IsRGBColorspace(image->colorspace) == MagickFalse) && - (IsImageGray(image,exception) == MagickFalse)) + if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse) (void) TransformImageColorspace(image,sRGBColorspace,exception); /* Initialize the printer.