]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 18 May 2012 11:51:06 +0000 (11:51 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 18 May 2012 11:51:06 +0000 (11:51 +0000)
MagickCore/color.c

index cd338820ddada9f9028ca480882caf0ffc842959..9dbe056f1c73bb64fba4fc8c01fdad7d2737a152 100644 (file)
@@ -2252,7 +2252,7 @@ MagickExport MagickBooleanType QueryColorCompliance(const char *name,
           } while (isxdigit((int) ((unsigned char) *name)) != MagickFalse);
           depth=4*(n/4);
         }
-      color->colorspace=sRGBColorspace;
+      color->colorspace=UndefinedColorspace;
       color->matte=MagickFalse;
       range=GetQuantumRange(depth);
       color->red=(MagickRealType) ScaleAnyToQuantum(pixel.red,range);