]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Mon, 5 Dec 2016 20:18:41 +0000 (15:18 -0500)
committerCristy <urban-warrior@imagemagick.org>
Mon, 5 Dec 2016 20:18:41 +0000 (15:18 -0500)
PerlMagick/quantum/quantum.xs.in

index 78b9f2dc84f0199a1277c64df169ac0d1dc76857..47c930fb4ac965aa55106a75f1ddffd6f0b821b5 100644 (file)
@@ -11340,7 +11340,7 @@ Mogrify(ref,...)
           colorspace=sRGBColorspace;
           if (attribute_flag[0] != 0)
             colorspace=(ColorspaceType) argument_list[0].integer_reference;
-          (void) SegmentImageColorspaceType(image,colorspace,exception);
+          (void) TransformImageColormap(image,colorspace,exception);
           break;
         }
       }