This program can view ppm version 3 or 6 files and allow the user to manipulate the image using the keyboard
You can compile this program on Mac only with Make:
make
You can rebuild with make clean
followed by make
again.
ezview <filename.ppm>
- Translate XY: w, a, s, d
- Translate Z: up, down, left, right
- Scale: -, =
- Shear X: c, v
- Shear Y: z, x
- Rotate: r, e
- Reset: ENTER
- Quit: ESC