Current section
Files
Jump to
Current section
Files
README.md
[](https://travis-ci.org/velimir/imgutils) [](https://coveralls.io/github/velimir/imgutils?branch=master)
# ImgUtils
Collection of image processing utilities
## Installation
[Available in Hex](https://hex.pm/packages/imgutils). The package can be installed
by adding `imgutils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:imgutils, "~> 0.1.1"}
]
end
```
The docs can be found at
[https://hexdocs.pm/imgutils](https://hexdocs.pm/imgutils).