From: nicolas Date: Fri, 22 Oct 2010 16:23:59 +0000 (+0000) Subject: expert resize.c comments X-Git-Tag: 7.0.1-0~8651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f12dda3816fad08ec71c585278c85e30a09bae14;p=imagemagick expert resize.c comments --- diff --git a/magick/resize.c b/magick/resize.c index 65519ec97..e90a21574 100644 --- a/magick/resize.c +++ b/magick/resize.c @@ -551,11 +551,11 @@ static MagickRealType Welsh(const MagickRealType x, % % '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 you want. +% You can 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 you +% want. % % "filter:filter" Select the main function associated with % this filter name, as the weighting function of the filter.