imagineer
imagineer copied to clipboard
Image processing in Elixir
Is any more more work being done on this project, or is it inactive?
Just a little bit of refactor, I believe this is easier to read.
Elixir is giving me some warning because this functions are not being called with `()`
In Elixir 1.6 two tests fail -- this is because Enum.join is converting items to UTF-8 strings. This pull request uses iodata_to_binary and list_to_bin instead of Enum.join when calling zlib...
Get JPG branch back on track with master. I'll continue to work on this to get jpg parsing working. Comments/feedback welcome. Just FYI, my hope is to make an app...
Hi, This is a really helpful library. I was wondering if you could tag the versions so that we can fix the version we reference as a dependency without using...
Arrays are just tuples underneath and a pain to deal with. https://github.com/SenecaSystems/RedBlackTree?