Packages

Bindings to the C++ pHash library (phash.org).

Current section

Files

Jump to
phash README.md
Raw

README.md

# PHash
This library provides NIF bindings to [phash](https://phash.org) and is provided under the same license (GNU GPL).
## Installation
The package can be installed by adding `phash` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phash, "~> 0.1"}
]
end
```