From: Cristy Date: Thu, 6 Jul 2017 01:00:11 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.6-1~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4ff6bd0a3b8513350269791ab8f780bd7b42984;p=imagemagick ... --- diff --git a/PerlMagick/Magick.xs b/PerlMagick/Magick.xs index a5a889a95..9aac8c9f3 100644 --- a/PerlMagick/Magick.xs +++ b/PerlMagick/Magick.xs @@ -9656,7 +9656,7 @@ Mogrify(ref,...) if (attribute_flag[1] != 0) channel=(ChannelType) argument_list[1].integer_reference; if (attribute_flag[2] != 0) - SetImageArtifact(image,"filter:blur", + SetImageArtifact(image,"convolve:bias", argument_list[2].string_reference); if (attribute_flag[3] != 0) { diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index bb6b9d5fd..f59be652e 100644 --- a/PerlMagick/quantum/quantum.xs.in +++ b/PerlMagick/quantum/quantum.xs.in @@ -9653,7 +9653,7 @@ Mogrify(ref,...) if (attribute_flag[1] != 0) channel=(ChannelType) argument_list[1].integer_reference; if (attribute_flag[2] != 0) - SetImageArtifact(image,"filter:blur", + SetImageArtifact(image,"convolve:bias", argument_list[2].string_reference); if (attribute_flag[3] != 0) {