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.
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.