From: Cristy Date: Thu, 28 Jul 2016 22:57:46 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.2-6~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d47057be237a31de28f51545474d194f849b6db9;p=imagemagick ... --- diff --git a/ChangeLog b/ChangeLog index b405c78e3..8bb51551e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-07-29 7.0.2-6 Cristy + * Support -region option (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29692). + 2016-07-21 7.0.2-5 Cristy * Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721. diff --git a/MagickCore/image.c b/MagickCore/image.c index 69a6f3a6e..c6c33656c 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -3115,8 +3115,8 @@ MagickExport MagickBooleanType SetImageMask(Image *image,const PixelMask type, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% SetImageRegionMask() associates a mask as defined by a region with the -% image. +% SetImageRegionMask() associates a mask with the image as defined by the +% specified region. % % The format of the SetImageRegionMask method is: %