A WIP Crystal implementation of the Quite OK Image format.
-
Add the dependency to your
shard.yml
:dependencies: qoi: github: uncomfyhalomacro/qoi.cr
-
Run
shards install
require "qoi"
module YourModule
include Qoi
end
- Fork it (https://github.com/uncomfyhalomacro/qoi.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Soc Virnyl S. Estela - creator and maintainer