This is a work in progress library to create, process, read and write different image formats with Zig programming language with focus on performance and minimizing memory allocations.
This project assume current Zig master (0.10.0+).
How to add to your project:
- Clone this repository or add as a submodule
- Add to your
build.zig
exe.addPackagePath("ziggyimg", "ziggyimg/ziggyimg.zig");
To run the test suite run
zig build test
- Add named colors
- Provide fast way for most often needed sRGB to Linear and Linear to sRGB conversion