[libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that

store intermediate files, or intermediate in-memory data, while processing
image data with the simplified API.  The option makes the files larger
but faster to write and read.  pngstest now uses this by default; this
can be disabled with the --slow option.
This commit is contained in:
John Bowler
2012-03-01 18:55:54 -06:00
committed by Glenn Randers-Pehrson
parent 1c25b9b06b
commit dee7577330
5 changed files with 61 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.6.0beta15 - February 29, 2012
Libpng 1.6.0beta15 - March 2, 2012
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.
@@ -234,12 +234,17 @@ Version 1.6.0beta14 [February 27, 2012]
Added information about the new limits in the manual.
Updated Makefile.in
Version 1.6.0beta15 [February 29, 2012]
Version 1.6.0beta15 [March 2, 2012]
Removed unused "current_text" members of png_struct and the png_free()
of png_ptr->current_text from pngread.c
Rewrote pngstest.c for substantial speed improvement.
Fixed transparent pixel and 16-bit rgb tests in pngstest and removed a
spurious check in pngwrite.c
Added PNG_IMAGE_FLAG_FAST for the benefit of applications that store
intermediate files, or intermediate in-memory data, while processing
image data with the simplified API. The option makes the files larger
but faster to write and read. pngstest now uses this by default; this
can be disabled with the --slow option.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit