aci_png 0.5.2

Encode(TODO) and decode png and apng(TODO) image files.
Documentation
# Aldaron's Codec Interface / PNG 0.5.2
[Aldaron's Codec Interface / PNG](http://plopgrizzly.com/aci_png) is a library
developed by [Plop Grizzly](http://plopgrizzly.com).  It encodes(TODO) and
decodes pngs and apngs(TODO).

[Cargo](https://crates.io/crates/aci_png) /
[Documentation](https://docs.rs/aci_png)

## Features
**aci_png**'s current features:
* Decode png image files

**aci_png**'s planned features:
* Encode png image files
* Decode apng files.
* Encode apng files.

## Support
**aci_png**'s current support:
* Platforms that support png crate (platforms with libc)

**aci_png**'s planned support:
* Without png crate, with optimized multithreaded rust png loading.
* Arduino and Raspberry Pi (no os)

# Contributing
If you'd like to help implement functions for unsupported platforms, fix bugs,
improve the API or improve the Documentation, then contact me at
jeron.lau@plopgrizzly.com. I'll appreciate any help.