Image Processing examples for 2.0

This commit is contained in:
Casey Reas
2011-09-16 06:08:57 +00:00
parent 472fd13b2f
commit dabdffc1dd
7 changed files with 36 additions and 32 deletions

View File

@@ -1,7 +1,9 @@
/**
* Blur.
*
* Bluring a grayscale image by processing it through a low-pass filter.
* A low-pass filter blurs an image. This program analyzes every
* pixel in an image and blends it with the neighboring pixels
* to blur the image.
*/
// @pjs preload must be used to preload media if the program is