wrlib: Improved NETPBM support, file format detection
commit5c96c69cb5f96caaeb2f73eeabc44af2f5955488
authorDavid Maciejak <david.maciejak@gmail.com>
Sat, 15 Feb 2014 10:25:13 +0000 (15 18:25 +0800)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 24 Apr 2014 09:56:50 +0000 (24 10:56 +0100)
tree6a7a4d3cb03c48c6cdf365ce75438b37d5528d3f
parentaed4d78e879e656ff99bb4ea344df14286009ebd
wrlib: Improved NETPBM support, file format detection

1) according to that checks i was able to see that some netpbm support
   type are missing (exactly: ascii graymap (PGM files) and pixmap (PPM)
   and ascii/binary bitmap (PBM))

See the link below for more details.
http://en.wikipedia.org/wiki/Netpbm_format

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
wrlib/load.c
wrlib/load_ppm.c