]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 25 Aug 2018 21:31:46 +0000 (17:31 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 25 Aug 2018 21:31:46 +0000 (17:31 -0400)
MagickCore/geometry.c

index eebcee8a2fa1236277e86a7e67bb464514ee6eef..1fd74b0af3eb8c2060ca30a9f4d6b546ea3e3e27 100644 (file)
@@ -471,7 +471,7 @@ MagickExport char *GetPageGeometry(const char *page_geometry)
   {
     int
       status;
-    
+
     status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent);
     if (status == 0)
       {
@@ -1306,7 +1306,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
@@ -1318,7 +1318,7 @@ MagickExport MagickStatusType ParseGravityGeometry(const Image *image,
 %     <   only enlarge images smaller that geometry
 %     >   only shrink images larger than geometry
 %     @   fit image to contain at most this many pixels
-%     ~   width and height denotes an aspect ratio
+%     :   width and height denotes an aspect ratio
 %     ^   contain the given geometry given, (minimal dimensions given)
 %
 %  The format of the ParseMetaGeometry method is: