/pxm

A simple (and very inefficient) handler for images from ppm family.

Primary LanguageElixir

PXM

Build Status Codacy Badge codecov

PXM is a simple tool to generate images from ppm family to allow simple and not optimized image manipulation.

Features

Using the package you should be able to read, create, edit and save images using ppm ASCII format (P1, P2 and P3 types).

Limitations

On current time this package has no capabilities to read binary format allowed by ppm images (P4, P5 and P6 types).

Installation

If available in Hex, the package can be installed by adding paint_easy to your list of dependencies in mix.exs:

def deps do
  [
    {:paint_easy, "~> 0.1.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/pxm.