From: Cristy Date: Tue, 13 Jun 2017 10:14:24 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.6-1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f33474597b6cb760a56b8eff836768e41350043b;p=imagemagick ... --- diff --git a/MagickWand/convert.c b/MagickWand/convert.c index 8108827f2..187595911 100644 --- a/MagickWand/convert.c +++ b/MagickWand/convert.c @@ -2091,6 +2091,8 @@ WandExport MagickBooleanType ConvertImageCommand(ImageInfo *image_info, } case 'm': { + if (LocaleCompare("magnify",option+1) == 0) + break; if (LocaleCompare("map",option+1) == 0) { if (*option == '+')