8 releases (5 breaking)
Uses old Rust 2015
| 0.7.0 | Jul 26, 2018 |
|---|---|
| 0.5.0 | Apr 30, 2018 |
| 0.4.2 | Mar 14, 2018 |
| 0.4.1 | Jan 19, 2018 |
| 0.1.0 | Jun 9, 2017 |
#1421 in Images
29 downloads per month
755KB
140 lines
Aldaron's Codec Interface / PPM is a small library developed by Plop Grizzly to encode and decode ppm/pnm image files.
Aldaron's Codec Interface / PPM
Encode and decode PNM image files (TODO: so far only PPM).
Features
- Decode ppm image files.
- Encode ppm image files.
- Encoding & decoding is integrated with afi crate.
Contributing
Roadmap to 1.0 (Future Features)
- Support all PNM variants like PGM etc.
- Add support for PNM files with multiple frames.
- Multithreaded png loading to load a bunch of files at once.
Change Log
0.7
- Now uses afi 0.7 for API template.