From: nicolas Date: Fri, 22 Oct 2010 16:23:07 +0000 (+0000) Subject: expert resize.c comments X-Git-Tag: 7.0.1-0~8652 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce6dc2968eedd31cc5602cae4d2c5baa5fd8e53a;p=imagemagick expert resize.c comments --- diff --git a/magick/resize.c b/magick/resize.c index ef4bbf35c..65519ec97 100644 --- a/magick/resize.c +++ b/magick/resize.c @@ -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.