This document discusses various Processing image classes and functions including:
1. The PImage class which can be used to load, manipulate, and display images. Functions like loadImage() and tint() are used to import and modify images.
2. The pixels[] array which stores the pixel values of an image or sketch window. Functions like loadPixels() and updatePixels() are used to access and modify these pixel values.
3. Locating individual pixels using a linear pixel location based on the image width and pixel x/y coordinates which can be used to get or set specific pixel values.