[libpng17] Updated manual to require png_set_PLTE() to precede png_set_tRNS()

and png_set_hIST() if either is present.
This commit is contained in:
Glenn Randers-Pehrson
2015-12-01 11:13:44 -06:00
parent cb3402221b
commit c46bd30b51
4 changed files with 30 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.7.0beta70 - November 30, 2015
Libpng 1.7.0beta70 - December 1, 2015
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.
@@ -1022,7 +1022,7 @@ Version 1.7.0beta69 [November 24, 2015]
Temporarily disabled filter selection while writing, and temporarily
replaced pngtest.png accordingly.
Version 1.7.0beta70 [November 30, 2015]
Version 1.7.0beta70 [December 1, 2015]
Fixed a simple bracket problem that prevented reading non-interlaced
PNG files with height == 1.
The code failed to zero out the row buffer at the start of a pass where
@@ -1055,6 +1055,8 @@ Version 1.7.0beta70 [November 30, 2015]
compression code with the decompression code; IDAT_size replaces
IDAT_read_size and zbuffer_size, IDAT reading and writing is no longer
controlled by the size of the compression buffer.
Updated manual to require png_set_PLTE() to precede png_set_tRNS()
and png_set_hIST() if either is present.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
@@ -1063,12 +1065,3 @@ to subscribe)
or to glennrp at users.sourceforge.net
Glenn R-P
#endif
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe)
or to glennrp at users.sourceforge.net
Glenn R-P