]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 28 Jul 2016 22:57:46 +0000 (18:57 -0400)
committerCristy <urban-warrior@imagemagick.org>
Thu, 28 Jul 2016 22:57:46 +0000 (18:57 -0400)
ChangeLog
MagickCore/image.c

index b405c78e331eb7cc6ceab291eb4283005e830af8..8bb51551ef64bfd8395baadcfa4fb6a4598f1098 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-29  7.0.2-6 Cristy  <quetzlzacatenango@image...>
+  * Support -region option (reference
+    https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29692).
+
 2016-07-21  7.0.2-5 Cristy  <quetzlzacatenango@image...>
   * Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721.
 
index 69a6f3a6eec0f69148aec484b134e0767a36ca3e..c6c33656cead0651e3f5af253772aa7eb3302b93 100644 (file)
@@ -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:
 %