<< Chapter < Page | Chapter >> Page > |
This module is one in a collection of modules designed to teach you about the Processing open source programming environment.
Processing is a Java-based OOP programming environment for people who want to create images, animations, and interactions.
The purpose of this module is to teach you how to write an image explorer sketch that can be used determine the coordinates and RGB color values of any pixel inan image by pointing to the pixel with a mouse. The sketch can also be used to determine thedimensions of the image.
Click here to view the JavaScript version of the sketch discussed in this module in your HTML 5 compatible browser.
I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the imagesand listings while you are reading about them.
In this module, I will teach you how to write a Processing sketch that can be used to determine the following information by pointing to a locationin an image and pressing a mouse button:
Normal output from this sketch is shown in the screen capture image in Image 1 . (Note that a screen capture image does not show the mouse pointer.)
Notification Switch
Would you like to follow the 'The processing programming environment' conversation and receive update notifications?