Removing some examples

This commit is contained in:
Casey Reas
2011-09-06 03:51:23 +00:00
parent 5e0e9eaedc
commit 68c460be7d
30 changed files with 76 additions and 1215 deletions
@@ -5,8 +5,7 @@
* A histogram is the frequency distribution
* of the gray levels with the number of pure black values
* displayed on the left and number of pure white values on the right.
*
* Updated 28 February, 2010.
*
* Note that this sketch will behave differently on Android,
* since most images will no longer be full 24-bit color.
*/
@@ -5,8 +5,6 @@
* press and hold any key to see the current pixel being read.
* This program sequentially reads the color of every pixel of an image
* and displays this color to fill the window.
*
* Updated 28 February 2010.
*/
PImage img;