From: anthony Date: Wed, 29 Sep 2010 07:24:06 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=285167e697e19c8c68b916920c6e1cf2be1d616d;p=imagemagick --- diff --git a/PerlMagick/demo/pixel_fx.pl b/PerlMagick/demo/pixel_fx.pl index 7569d66e9..37e98aae5 100755 --- a/PerlMagick/demo/pixel_fx.pl +++ b/PerlMagick/demo/pixel_fx.pl @@ -2,9 +2,10 @@ # # Example of modifying all the pixels in an image (like -fx). # -# Currently this is slow as each pixel is being one one by one. The better -# technique of extracting and modifing a whole row of pixels at a time has not -# been figured out, though functions are provided for this. +# Currently this is slow as each pixel is being lokedup one pixel at a time. +# The better technique of extracting and modifing a whole row of pixels at +# a time has not been figured out, though perl functions have been provided +# for this. # # Also access and controls for Area Re-sampling (EWA), beyond single pixel # lookup (interpolated unscaled lookup), is also not available at this time.