]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 1 Jun 2012 16:19:45 +0000 (16:19 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 1 Jun 2012 16:19:45 +0000 (16:19 +0000)
MagickCore/property.c

index 838211026d5c895ae23b2377805822fc79dc80db..2d45ea4d15e0fbec73aec30188ee029fbd1b01cd 100644 (file)
@@ -3462,8 +3462,7 @@ MagickExport MagickBooleanType SetImageProperty(Image *image,
             value);
           if (colorspace < 0)
             break;
-          (void) SetImageColorspace(image,(ColorspaceType) colorspace,
-            exception);
+          image->colorspace=(ColorspaceType) colorspace;
           break;
         }
       if (LocaleCompare("compose",property) == 0)