]> granicus.if.org Git - imagemagick/commitdiff
expert resize.c comments
authornicolas <nicolas@git.imagemagick.org>
Fri, 22 Oct 2010 16:23:07 +0000 (16:23 +0000)
committernicolas <nicolas@git.imagemagick.org>
Fri, 22 Oct 2010 16:23:07 +0000 (16:23 +0000)
magick/resize.c

index ef4bbf35c3e1feb07879144d60b74d96a9e18c8c..65519ec97e4adba8044e69016f2b3032d862e641 100644 (file)
@@ -549,11 +549,13 @@ static MagickRealType Welsh(const MagickRealType x,
 %  crossing is (36 sqrt 2 + 123)/(72 sqrt 2 + 47) which is almost
 %  identical to the first crossing of the other two.
 %
+%  'EXPERT' OPTIONS
+%
 %  Special 'expert' options can be used to override any and all filter
 %  settings. This is not advised unless you have expert knowledge of
 %  the use of resampling filtered techniques.  Check on the results of
 %  your selections using the "filter:verbose" setting to make sure you
-%  get the exact filter that you are tring to achieve.
+%  get the exact filter you want.
 %
 %    "filter:filter"    Select the main function associated with
 %        this filter name, as the weighting function of the filter.