ImgDecode
A tiny Elixir library for image decoding task.
Currently using stb_image as the backend.
| OS | Build Status |
|---|---|
| Ubuntu 20.04 | |
| macOS 11 |
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"}
]
endOr use HEAD on GitHub
def deps do
[
{:img_decode, "~> 0.1.0", github: "cocoa-xu/img_decode"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/img_decode.