From: Cristy Date: Mon, 5 Dec 2016 20:18:41 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.3-10~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2783e6d1e81f6a697cff06cf983ceb2e742e6b75;p=imagemagick ... --- diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index 78b9f2dc8..47c930fb4 100644 --- a/PerlMagick/quantum/quantum.xs.in +++ b/PerlMagick/quantum/quantum.xs.in @@ -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; } }