]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authornicolas <nicolas@git.imagemagick.org>
Fri, 22 Oct 2010 16:35:52 +0000 (16:35 +0000)
committernicolas <nicolas@git.imagemagick.org>
Fri, 22 Oct 2010 16:35:52 +0000 (16:35 +0000)
magick/resize.c

index a8cee499a978f8ae45de5dc24e81e2158f8146ee..ba89bc0cb79fab69845113dc2f20502952b30267 100644 (file)
@@ -616,11 +616,11 @@ static MagickRealType Welsh(const MagickRealType x,
 %
 %  Examples: 
 %
-%  Set a true un-windowed Sinc filter with 10 lobes (very slow)
+%  Set a true un-windowed Sinc filter with 10 lobes (very slow):
 %     -define filter:filter=Sinc
 %     -define filter:lobes=8
 %
-%  For example force an 8 lobe Lanczos (Sinc or Jinc) filter...
+%  Set an 8 lobe Lanczos (Sinc or Jinc) filter:
 %     -filter Lanczos
 %     -define filter:lobes=8
 %