pombreda / pypng

Automatically exported from code.google.com/p/pypng
0 stars 0 forks source link

PNM formats P1 and P4 not supported. #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PNM formats P1 and P4 should be supported.

Original issue reported on code.google.com by d...@pobox.com on 19 Mar 2009 at 10:09

GoogleCodeExporter commented 9 years ago
Slightly naughty observation: P4 format matches the PyPNG internal serialised 
format, as long as a palette is use 
to map 0 to white and 1 to black.

Original comment by d...@pobox.com on 19 Mar 2009 at 10:11