Packages

A pure Erlang library for creating PNG images. It can currently create 8 and 16 bit RGB, RGB with alpha, indexed, grayscale and grayscale with alpha images.

Current section

Files

Jump to
png README.md
Raw

README.md

png
=====
**png** is a pure Erlang library for creating PNG images. It can currently create *8* and *16* bit *RGB*, *RGB with alpha*, *indexed*, *grayscale* and *grayscale with alpha* images.
Install (Erlang)
--------------
Include the library in your *rebar* configuration:
{deps, [
{png, ".*", {git, "https://github.com/yuce/png.git", "master"}}]}.
Alternatively, for *rebar 3*:
{deps, [png]}.