feng19 / bmp

Elixir library allowing to interact with bitmap images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMP

Elixir library implementing BMP struct allowing to interact with bitmap images.

Installation

BMP is available in Hex and can be installed by adding bmp to your list of dependencies in mix.exs:

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

The docs can be found at https://hexdocs.pm/bmp/BMP.html.

About

Elixir library allowing to interact with bitmap images.

License:MIT License


Languages

Language:Elixir 100.0%