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 |
#739 in Images
755KB
140 lines
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.
Developed by Plop Grizzly
lib.rs
:
Aldaron's Codec Interface / PPM is a small library developed by Plop Grizzly to encode and decode ppm/pnm image files.