Elixir library implementing BMP struct allowing to interact with bitmap images.
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"}
]
endThe docs can be found at https://hexdocs.pm/bmp/BMP.html.