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

@@ -25,6 +25,7 @@ LOCAL_SRC_FILES := \
jpegdec.c \
metadata.c \
pngdec.c \
pnmdec.c \
tiffdec.c \
webpdec.c \