imageio: add limited PNM support for reading

see: http://netpbm.sourceforge.net/

Only reads P5 and P6 pnm files for now.

Change-Id: I2332a623f803df67455047f570f1cff9f464480a
This commit is contained in:
Pascal Massimino
2017-01-30 10:52:19 +01:00
parent 84cef16f47
commit dcf9d82a95
10 changed files with 193 additions and 0 deletions

View File

@ -288,6 +288,7 @@ model {
include "jpegdec.c"
include "metadata.c"
include "pngdec.c"
include "pnmdec.c"
include "tiffdec.c"
include "webpdec.c"
}