Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 645 Bytes

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.