Qoix - an Elixir implementation of the Quite OK Image format

Hey everyone!

I just pushed to Hex the first version of Qoix, an Elixir implementation of the QOI format.

I learned about the format from a Twitter thread, and it seemed a nice match for binary pattern matching (pun not intended) so I implemented the draft specification first and yesterday I upgraded it to the newly released v1.0.

You can find the code here:

The docs here:
https://hexdocs.pm/qoix/api-reference.html

And the Hex package here:

I’d like to thank @lexmag for this wonderful post which helped a lot when building the binary pattern matching stuff.

5 Likes

I saw the release of the spec yesterday and thought I’d give it a try to implement for fun. Luckily I did a search on hex before jumping right into it :smiley:

1 Like