README.md

# PXM

[![Build Status](https://travis-ci.org/pmargreff/pxm.svg?branch=master)](https://travis-ci.org/pmargreff/pxm)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3992b10867404721b3d811176f827e15)](https://app.codacy.com/app/pmargreff/pxm?utm_source=github.com&utm_medium=referral&utm_content=pmargreff/pxm&utm_campaign=Badge_Grade_Dashboard)
[![codecov](https://codecov.io/gh/pmargreff/pxm/branch/master/graph/badge.svg)](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).