mirror of
https://github.com/processing/processing4.git
synced 2026-04-20 19:24:26 +02:00
Image Processing examples for 2.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user