pnm decoding and encoding
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ # PNM -provides encoders and decoders for the portable anymap formats.
\ No newline at end of file +provides encoders and decoders for the portable anymap formats. + +> **Warning** 16 bit images are not supported. + +### pnm format depth support table + +||[PBM](https://docs.rs/pnm/latest/pnm/pbm/index.html)|[PGM](https://docs.rs/pnm/latest/pnm/pgm/index.html)|[PPM](https://docs.rs/pnm/latest/pnm/ppm/index.html)|[PAM](https://docs.rs/pnm/latest/pnm/pam/index.html) +|----|--|--|--|--| +|Y |✅|✅|❎|✅| +|YA |❎|❎|❎|✅| +|RGB |❎|❎|✅|✅| +|RGBA|❎|❎|❎|✅| |