Main inspiration from https://github.com/Nakilon/dhash-vips
Uses https://github.com/jhass/crystal-gobject to create bindings for libvips, as well as adds on some native bindings
-
Add the dependency to your
shard.yml
:dependencies: dhash: github: greenbigfrog/dhash-cr
-
Run
shards install
require "dhash"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/greenbigfrog/dhash-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
- Jonathan B. - creator and maintainer