[libpng15] Updated contrib/pngminus/pnm2png.c (Paul Stewart):

Fixed whitespace handling
Added a call to png_set_packing()
Initialize dimension values so if sscanf fails at least we have known
invalid values.
This commit is contained in:
Glenn Randers-Pehrson
2013-05-09 12:43:25 -05:00
parent a5173354d2
commit dc7e768526
3 changed files with 73 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.5.16beta05 - May 7, 2013
Libpng 1.5.16beta05 - May 9, 2013
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -46,9 +46,14 @@ Version 1.5.16beta04 [May 1, 2013]
Expanded manual paragraph about writing private chunks, particularly
the need to call png_set_keep_unknown_chunks() when writing them.
Version 1.5.16beta05 [May 7, 2013]
Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).
Ignore "#" delimited comments in input file to pnm2png.c.
Version 1.5.16beta05 [May 9, 2013]
Updated contrib/pngminus/pnm2png.c (Paul Stewart):
Check for EOF
Ignore "#" delimited comments in input file to pnm2png.c.
Fixed whitespace handling
Added a call to png_set_packing()
Initialize dimension values so if sscanf fails at least we have known
invalid values.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit