- small image component useful for testing
- no dependencies
- zig 0.14.0
- the library module is also called "image"
- Image, Pixel, Blending
- print to ppm file
- init from ppm file (P3 and P6) for debugging purpose
- sub images (cropped subwindow of an image)
- diverse Pixel blending modes, rgb / alpha blending
this mainly for my personal debugging, no guarantees for correctness or api stability though i am open for ideas, bug reports and contributions.