diegorep / pypng

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

Cannot write large PNG files #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
curl http://www.tfl.gov.uk/assets/downloads/standard-tube-map.gif | giftopnm | 
./png.py | wc

produces a file that is 4385 bytes long.  And only shows the top strip if you 
open it in Preview.

Could be a large file problem?

Original issue reported on code.google.com by d...@pobox.com on 17 Mar 2009 at 3:17

GoogleCodeExporter commented 8 years ago
Analysis reveals that the problem is any input image large enough to trigger a 
second chunk according to the 
chunk_limit parameter.

Original comment by d...@pobox.com on 17 Mar 2009 at 4:53

GoogleCodeExporter commented 8 years ago
Fixed with Rev 26.  The standard-tube-map.gif now works.

Original comment by d...@pobox.com on 17 Mar 2009 at 5:21

GoogleCodeExporter commented 8 years ago
Changed title.  Was "Cannot convert London tube map to PNG"

Original comment by d...@pobox.com on 18 Mar 2009 at 8:42