README.md
# PXM
[](https://travis-ci.org/pmargreff/pxm)
[](https://app.codacy.com/app/pmargreff/pxm?utm_source=github.com&utm_medium=referral&utm_content=pmargreff/pxm&utm_campaign=Badge_Grade_Dashboard)
[](https://codecov.io/gh/pmargreff/pxm)
Paint easy is a simple tool to generate images from ppm family to allow simple and not optimized image manipulation.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `paint_easy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:paint_easy, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/paint_easy](https://hexdocs.pm/paint_easy).