]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 30 Mar 2014 11:39:44 +0000 (11:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 30 Mar 2014 11:39:44 +0000 (11:39 +0000)
MagickCore/colorspace.c

index ce317a60c0a8ffcb1b94b32a0bbdb5fcfaf6fccb..0ea8c8a502bede2baccbd1afd5cec51ff66e6722 100644 (file)
@@ -1139,9 +1139,6 @@ MagickExport MagickBooleanType TransformImageColorspace(Image *image,
     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
   if (image->colorspace == colorspace)
     return(MagickTrue);
-  if ((image->colorspace == Rec709LumaColorspace) &&
-      (colorspace == sRGBColorspace))
-    return(MagickTrue);
   if ((image->colorspace == GRAYColorspace) && (image->gamma != 1.0) &&
       (colorspace == sRGBColorspace))
     return(MagickTrue);