]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Wed, 29 Sep 2010 07:24:06 +0000 (07:24 +0000)
committeranthony <anthony@git.imagemagick.org>
Wed, 29 Sep 2010 07:24:06 +0000 (07:24 +0000)
PerlMagick/demo/pixel_fx.pl

index 7569d66e99b4b3189f03c223309e5e63021cd1a6..37e98aae549b1976216b098933297bd4852fa2d1 100755 (executable)
@@ -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.