https://github.com/velimir/imgutils
Image utilities for Elixir
https://github.com/velimir/imgutils
elixir erlang-nif image-processing ppm ppm-format ppm-image
Last synced: about 1 year ago
JSON representation
Image utilities for Elixir
- Host: GitHub
- URL: https://github.com/velimir/imgutils
- Owner: velimir
- License: mit
- Created: 2019-06-18T10:54:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T13:48:38.000Z (about 7 years ago)
- Last Synced: 2025-04-26T09:39:54.019Z (about 1 year ago)
- Topics: elixir, erlang-nif, image-processing, ppm, ppm-format, ppm-image
- Language: C
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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).