]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 6 Jan 2018 23:08:59 +0000 (18:08 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 6 Jan 2018 23:08:59 +0000 (18:08 -0500)
MagickCore/geometry.c

index 7c792d76b33bdd167d1374f440a6124688ddf1fa..6ab2721427caaa38634ee808e8173090346f36b1 100644 (file)
@@ -1302,7 +1302,7 @@ MagickExport MagickStatusType ParseGravityGeometry(const Image *image,
 %
 %  ParseMetaGeometry() is similar to GetGeometry() except the returned
 %  geometry is modified as determined by the meta characters:  %, !, <, >, @,
-%  and ^ in relation to image resizing.
+%  ~, and ^ in relation to image resizing.
 %
 %  Final image dimensions are adjusted so as to preserve the aspect ratio as
 %  much as possible, while generating a integer (pixel) size, and fitting the
@@ -1313,8 +1313,9 @@ MagickExport MagickStatusType ParseGravityGeometry(const Image *image,
 %     !   do not try to preserve aspect ratio
 %     <   only enlarge images smaller that geometry
 %     >   only shrink images larger than geometry
-%     @   Fit image to contain at most this many pixels
-%     ^   Contain the given geometry given, (minimal dimensions given)
+%     @   fit image to contain at most this many pixels
+%     ~   width and height denotes an aspect ratio
+%     ^   contain the given geometry given, (minimal dimensions given)
 %
 %  The format of the ParseMetaGeometry method is:
 %