From 285167e697e19c8c68b916920c6e1cf2be1d616d Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 29 Sep 2010 07:24:06 +0000 Subject: [PATCH] --- PerlMagick/demo/pixel_fx.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.50.1