* Add PNM reader/writer

This commit is contained in:
dmilos 2018-12-20 10:48:54 +01:00
parent adaf547392
commit 9336d755f4
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ as C/C++, as this is not an obstacle to most users.)
| | [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | BSD | C++ | 2 | Parse EXIF data from JPEG (XMP w/ TinyXML2 lib)
| |**[cro_mipmap.h](https://github.com/thebeast33/cro_lib)** | **public domain** |C/C++|**1**| average, min, max mipmap generators
| | [PDFgen](https://github.com/AndreRenaud/PDFGen) | **public domain** | C | 2 | PDF writer |
| | [PNM](https://github.com/dmilos/PNM) | Apache 2.0 | C++ | 1 | PBM, PGM and PPM reader and writer |
# math
| | library | license | API |files| description