velimir / imgutils

Image utilities for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

ImgUtils

Collection of image processing utilities

Installation

Available in Hex. The package can be installed by adding imgutils to your list of dependencies in mix.exs:

def deps do
  [
    {:imgutils, "~> 0.1.1"}
  ]
end

The docs can be found at https://hexdocs.pm/imgutils.

About

Image utilities for Elixir

License:MIT License


Languages

Language:C 92.4%Language:Elixir 7.2%Language:Makefile 0.4%