]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 4 Apr 2012 17:43:47 +0000 (17:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 4 Apr 2012 17:43:47 +0000 (17:43 +0000)
MagickCore/colorspace.c

index 36aedb73e300a4d8bae7f0bf1a05e8d160226df5..f92812078692775561495a517c61c90f494e999f 100644 (file)
@@ -2042,7 +2042,7 @@ MagickExport MagickBooleanType TransformRGBImage(Image *image,
           status=MagickFalse;
       }
       image_view=DestroyCacheView(image_view);
-      if (SetImageColorspace(image,RGBColorspace,exception) == MagickFalse)
+      if (SetImageColorspace(image,sRGBColorspace,exception) == MagickFalse)
         return(MagickFalse);
       return(status);
     }