12 releases (7 breaking)

Uses old Rust 2015

0.8.0-pre0 Nov 26, 2018
0.7.0 Jul 26, 2018
0.6.2 May 27, 2018
0.5.2 Mar 14, 2018
0.3.0 Nov 2, 2017

#2625 in Parser implementations

41 downloads per month
Used in 3 crates (2 directly)

MIT / BSL-1.0

35KB
961 lines

Aldaron's Codec Interface / PNG

Encode and decode png and apng(TODO) image files.

Features

  • Decode png image files.
  • Encode png image files.
  • Encoding & decoding is integrated with afi crate.

Contributing

Roadmap to 1.0 (Future Features)

  • Decode apng files.
  • Encode apng files.
  • Multithreaded png loading to load a bunch of files at once.

Change Log

0.7

  • Now uses afi 0.7 for API template.

Developed by Plop Grizzly


lib.rs:

Aldaron's Codec Interface / PNG is a library developed by Plop Grizzly to encode and decode png and apng(TODO) image files.

Dependencies

~535KB