Reference changes for 2.0

This commit is contained in:
Casey Reas
2011-09-25 03:56:26 +00:00
parent d15dff5a82
commit b54608d62d
7 changed files with 35 additions and 19 deletions

View File

@@ -2,8 +2,9 @@
* Convolution
* by Daniel Shiffman.
*
* Applies a convolution matrix to a portion of an image.
* Move mouse to apply filter to different parts of the image.
* Applies a convolution matrix to a portion of an image. Move mouse to
* apply filter to different parts of the image. This example is currently
* not accurate in JavaScript mode.
*/