From b62bee996c5a117b9f74733617291a5e8ee6c2ae Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 6 Jan 2018 18:08:59 -0500 Subject: [PATCH] ... --- MagickCore/geometry.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MagickCore/geometry.c b/MagickCore/geometry.c index 7c792d76b..6ab272142 100644 --- a/MagickCore/geometry.c +++ b/MagickCore/geometry.c @@ -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: % -- 2.40.0