Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 921 Bytes

File metadata and controls

25 lines (18 loc) · 921 Bytes

Ziggy Image library

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.

License Issue Commit CI

Install & Build

This project assume current Zig master (0.10.0+).

How to add to your project:

  1. Clone this repository or add as a submodule
  2. Add to your build.zig
exe.addPackagePath("ziggyimg", "ziggyimg/ziggyimg.zig");

To run the test suite run

zig build test

TODO

  • Add named colors
  • Provide fast way for most often needed sRGB to Linear and Linear to sRGB conversion