commit | e941a75fe8bf344bc5c06a7f74bb5173c87db115 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 15 01:52:48 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 15 01:52:48 2011 +0000 |
tree | d0bb26916a4e72c81376f13c23f07037666519b5 | |
parent | d15e65928aec551b7388c2863de3e3e628e2e0dd [diff] [blame] |
diff --git a/coders/cip.c b/coders/cip.c index 2b8ea20..b21b342 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); + (void) TransformImageColorspace(image,RGBColorspace,exception); for (y=0; y < (ssize_t) image->rows; y++) { p=GetVirtualPixels(image,0,y,image->columns,1,exception);