Understanding images not just as visuals, but as constructs. Every BMP, etc., is a stream of bytes (=raw, structured information). It becomes an image only when a machine interprets those bytes using a decoding algorithm. Breaking into the structure of the image format -> not editing pixels, but intervening how they are stored and read.
| What | Image |
|---|---|
| Sources | 8 Images from Public Domain Image Archive |
| Tools | Photoshop, TextEdit |
| Steps | 1. Convert Image to bitmap (8-bit); 2. Open it in TextEdit; 3. Change Image Data (Glitching) |
| Output | Images/Patterns |