View Source BMP

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

installation

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.