README.md
# BMP
Elixir library implementing `BMP` struct allowing to interact with bitmap images.
## Installation
BMP is [available in Hex](https://hex.pm/packages/bmp) and can be installed by adding `bmp` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bmp, "~> 0.1.0"}
]
end
```
The docs can be found at [https://hexdocs.pm/bmp/BMP.html](https://hexdocs.pm/bmp/BMP.html).