From: cristy Date: Wed, 16 May 2012 11:23:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5588 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e47e2915a9ff15944f3177f4708eec9d31f7b57f;p=imagemagick --- diff --git a/coders/xc.c b/coders/xc.c index 44d050ebd..8299a5092 100644 --- a/coders/xc.c +++ b/coders/xc.c @@ -131,7 +131,7 @@ static Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception) image=DestroyImage(image); return((Image *) NULL); } - image->colorspace=pixel.colorspace; + SetImageColorspace(image,pixel.colorspace,exception); image->matte=pixel.matte; for (y=0; y < (ssize_t) image->rows; y++) {