]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Wed, 23 Oct 2019 17:19:26 +0000 (13:19 -0400)
committerCristy <urban-warrior@imagemagick.org>
Wed, 23 Oct 2019 17:19:26 +0000 (13:19 -0400)
MagickCore/color.c

index 03af44e8de98863a8b486c607366673890c60edc..8f415968f7d907fa3a91a64446e5b54325c80c0a 100644 (file)
@@ -2296,7 +2296,7 @@ MagickExport MagickBooleanType QueryColorCompliance(const char *name,
         }
       else
         {
-          if ((n != 4) && (n != 8) && (n != 16) && (n != 32))
+          if ((n != 4) && (n != 8) && (n != 16) && (n != 32) && (n != 48))
             {
               (void) ThrowMagickException(exception,GetMagickModule(),
                 OptionWarning,"UnrecognizedColor","`%s'",name);