commit | 8d95109eca7aee289423a1ee81c232e309b383ae | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Feb 08 18:54:56 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Feb 08 18:54:56 2012 +0000 |
tree | 2f978cd208904779917c101de6a414b814a1bc2f | |
parent | c83cd890af0ff1d804be885fe4cf64be112c57c8 [diff] [blame] |
diff --git a/coders/cip.c b/coders/cip.c index cfcfb91..75a47c5 100644 --- a/coders/cip.c +++ b/coders/cip.c
@@ -236,7 +236,7 @@ (void) WriteBlobString(image,buffer); (void) WriteBlobString(image,"<Data>"); if (IsRGBColorspace(image->colorspace) == MagickFalse) - (void) TransformImageColorspace(image,RGBColorspace,exception); + (void) TransformImageColorspace(image,sRGBColorspace,exception); for (y=0; y < (ssize_t) image->rows; y++) { p=GetVirtualPixels(image,0,y,image->columns,1,exception);