ImgDecode

A tiny Elixir library for image decoding task.

Currently using stb_image as the backend.

OS Build Status
Ubuntu 20.04 CI
macOS 11 CI

Installation

If available in Hex, the package can be installed by adding img_decode to your list of dependencies in mix.exs:

def deps do
  [
    {:img_decode, "~> 0.1.0"}
  ]
end

Or use HEAD on GitHub

def deps do
  [
    {:img_decode, "~> 0.1.0", github: "cocoa-xu/img_decode"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/img_decode.