[libpng16] Added interlaced versions of each file in contrib/pngsuite.
7
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.33rc02 - September 20, 2017
|
Libpng 1.6.33rc02 - September 22, 2017
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -49,13 +49,14 @@ Version 1.6.33beta03 [September 14, 2017]
|
|||||||
Version 1.6.33rc01 [September 20, 2017]
|
Version 1.6.33rc01 [September 20, 2017]
|
||||||
Initialize memory allocated by png_inflate to zero, using memset, to
|
Initialize memory allocated by png_inflate to zero, using memset, to
|
||||||
stop an oss-fuzz "use of uninitialized value" detection in png_set_text_2()
|
stop an oss-fuzz "use of uninitialized value" detection in png_set_text_2()
|
||||||
due to truncated iTXT or zTXT chunk.
|
due to truncated iTXt or zTXt chunk.
|
||||||
Initialize memory allocated by png_read_buffer to zero, using memset, to
|
Initialize memory allocated by png_read_buffer to zero, using memset, to
|
||||||
stop an oss-fuzz "use of uninitialized value" detection in
|
stop an oss-fuzz "use of uninitialized value" detection in
|
||||||
png_icc_check_tag_table() due to truncated iCCP chunk.
|
png_icc_check_tag_table() due to truncated iCCP chunk.
|
||||||
Removed a redundant test (suggested by "irwir" in Github issue #180).
|
Removed a redundant test (suggested by "irwir" in Github issue #180).
|
||||||
|
|
||||||
Version 1.6.33rc02 [September 20, 2017]
|
Version 1.6.33rc02 [September 22, 2017]
|
||||||
|
Added interlaced versions of each file in contrib/pngsuite.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
|||||||
7
CHANGES
@ -833,7 +833,7 @@ Version 1.0.7beta11 [May 7, 2000]
|
|||||||
Removed the new PNG_CREATED_READ_STRUCT and PNG_CREATED_WRITE_STRUCT modes
|
Removed the new PNG_CREATED_READ_STRUCT and PNG_CREATED_WRITE_STRUCT modes
|
||||||
which are no longer used.
|
which are no longer used.
|
||||||
Eliminated the three new members of png_text when PNG_LEGACY_SUPPORTED is
|
Eliminated the three new members of png_text when PNG_LEGACY_SUPPORTED is
|
||||||
defined or when neither PNG_READ_iTXt_SUPPORTED nor PNG_WRITE_iTXT_SUPPORTED
|
defined or when neither PNG_READ_iTXt_SUPPORTED nor PNG_WRITE_iTXt_SUPPORTED
|
||||||
is defined.
|
is defined.
|
||||||
Made PNG_NO_READ|WRITE_iTXt the default setting, to avoid memory
|
Made PNG_NO_READ|WRITE_iTXt the default setting, to avoid memory
|
||||||
overrun when old applications fill the info_ptr->text structure directly.
|
overrun when old applications fill the info_ptr->text structure directly.
|
||||||
@ -6019,13 +6019,14 @@ Version 1.6.33beta03 [September 14, 2017]
|
|||||||
Version 1.6.33rc01 [September 20, 2017]
|
Version 1.6.33rc01 [September 20, 2017]
|
||||||
Initialize memory allocated by png_inflate to zero, using memset, to
|
Initialize memory allocated by png_inflate to zero, using memset, to
|
||||||
stop an oss-fuzz "use of uninitialized value" detection in png_set_text_2()
|
stop an oss-fuzz "use of uninitialized value" detection in png_set_text_2()
|
||||||
due to truncated iTXT or zTXT chunk.
|
due to truncated iTXt or zTXt chunk.
|
||||||
Initialize memory allocated by png_read_buffer to zero, using memset, to
|
Initialize memory allocated by png_read_buffer to zero, using memset, to
|
||||||
stop an oss-fuzz "use of uninitialized value" detection in
|
stop an oss-fuzz "use of uninitialized value" detection in
|
||||||
png_icc_check_tag_table() due to truncated iCCP chunk.
|
png_icc_check_tag_table() due to truncated iCCP chunk.
|
||||||
Removed a redundant test (suggested by "irwir" in Github issue #180).
|
Removed a redundant test (suggested by "irwir" in Github issue #180).
|
||||||
|
|
||||||
Version 1.6.33rc02 [September 20, 2017]
|
Version 1.6.33rc02 [September 22, 2017]
|
||||||
|
Added interlaced versions of each file in contrib/pngsuite.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
|||||||
@ -16,6 +16,8 @@ chunks, etc.
|
|||||||
The "ft*.png" images are "free/libre" replacements for the transparent
|
The "ft*.png" images are "free/libre" replacements for the transparent
|
||||||
corresponding t*.png images in the PngSuite.
|
corresponding t*.png images in the PngSuite.
|
||||||
|
|
||||||
|
The "i*.png" images are the same complete set, but interlaced.
|
||||||
|
|
||||||
The images in this directory represent the basic PNG color-types:
|
The images in this directory represent the basic PNG color-types:
|
||||||
grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
|
grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
|
||||||
(1-8 bit) and grayscale or color images with alpha channel. You
|
(1-8 bit) and grayscale or color images with alpha channel. You
|
||||||
|
|||||||
BIN
contrib/pngsuite/ibasn0g01.png
Normal file
|
After Width: | Height: | Size: 201 B |
BIN
contrib/pngsuite/ibasn0g02.png
Normal file
|
After Width: | Height: | Size: 138 B |
BIN
contrib/pngsuite/ibasn0g04.png
Normal file
|
After Width: | Height: | Size: 231 B |
BIN
contrib/pngsuite/ibasn0g08.png
Normal file
|
After Width: | Height: | Size: 237 B |
BIN
contrib/pngsuite/ibasn0g16.png
Normal file
|
After Width: | Height: | Size: 274 B |
BIN
contrib/pngsuite/ibasn2c08.png
Normal file
|
After Width: | Height: | Size: 299 B |
BIN
contrib/pngsuite/ibasn2c16.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
contrib/pngsuite/ibasn3p01.png
Normal file
|
After Width: | Height: | Size: 116 B |
BIN
contrib/pngsuite/ibasn3p02.png
Normal file
|
After Width: | Height: | Size: 163 B |
BIN
contrib/pngsuite/ibasn3p04.png
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
contrib/pngsuite/ibasn3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
contrib/pngsuite/ibasn4a08.png
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
contrib/pngsuite/ibasn4a16.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
contrib/pngsuite/ibasn6a08.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
contrib/pngsuite/ibasn6a16.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
contrib/pngsuite/iftbbn0g01.png
Normal file
|
After Width: | Height: | Size: 214 B |
BIN
contrib/pngsuite/iftbbn0g02.png
Normal file
|
After Width: | Height: | Size: 211 B |
BIN
contrib/pngsuite/iftbbn0g04.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
contrib/pngsuite/iftbbn2c16.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
contrib/pngsuite/iftbbn3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
contrib/pngsuite/iftbgn2c16.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
contrib/pngsuite/iftbgn3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
contrib/pngsuite/iftbrn2c08.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
contrib/pngsuite/iftbwn0g16.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
contrib/pngsuite/iftbwn3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
contrib/pngsuite/iftbyn3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
contrib/pngsuite/iftp0n0g08.png
Normal file
|
After Width: | Height: | Size: 847 B |
BIN
contrib/pngsuite/iftp0n2c08.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
contrib/pngsuite/iftp0n3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
contrib/pngsuite/iftp1n3p08.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |