[libpng16] Added two images to contrib/pngsuite (1-bit and 2-bit transparent
grayscale), and renamed three whose names were inconsistent with those in pngsuite/README.txt.
This commit is contained in:
parent
e044649282
commit
aaf1179ec1
7
ANNOUNCE
7
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.6.0beta07 - January 27, 2012
|
Libpng 1.6.0beta07 - January 28, 2012
|
||||||
|
|
||||||
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.
|
||||||
@ -118,7 +118,7 @@ Version 1.6.0beta06 [January 24, 2012]
|
|||||||
review; the documentation has not yet been updated.
|
review; the documentation has not yet been updated.
|
||||||
Fixed Min/GW uninstall to remove libpng.dll.a
|
Fixed Min/GW uninstall to remove libpng.dll.a
|
||||||
|
|
||||||
Version 1.6.0beta07 [January 27, 2012]
|
Version 1.6.0beta07 [January 28, 2012]
|
||||||
Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)
|
Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)
|
||||||
compiler issues slightly different warnings from those issued by the
|
compiler issues slightly different warnings from those issued by the
|
||||||
current vesions of GCC. This eliminates those warnings by
|
current vesions of GCC. This eliminates those warnings by
|
||||||
@ -138,6 +138,9 @@ Version 1.6.0beta07 [January 27, 2012]
|
|||||||
Freeze libtool files in the 'scripts' directory. This version of autogen.sh
|
Freeze libtool files in the 'scripts' directory. This version of autogen.sh
|
||||||
attempts to dissuade people from running it when it is not, or should not,
|
attempts to dissuade people from running it when it is not, or should not,
|
||||||
be necessary.
|
be necessary.
|
||||||
|
Added two images to contrib/pngsuite (1-bit and 2-bit transparent grayscale),
|
||||||
|
and renamed three whose names were inconsistent with those in
|
||||||
|
pngsuite/README.txt.
|
||||||
|
|
||||||
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
|
||||||
|
5
CHANGES
5
CHANGES
@ -3869,7 +3869,7 @@ Version 1.6.0beta06 [January 24, 2012]
|
|||||||
review; the documentation has not yet been updated.
|
review; the documentation has not yet been updated.
|
||||||
Fixed Min/GW uninstall to remove libpng.dll.a
|
Fixed Min/GW uninstall to remove libpng.dll.a
|
||||||
|
|
||||||
Version 1.6.0beta07 [January 27, 2012]
|
Version 1.6.0beta07 [January 28, 2012]
|
||||||
Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)
|
Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)
|
||||||
compiler issues slightly different warnings from those issued by the
|
compiler issues slightly different warnings from those issued by the
|
||||||
current vesions of GCC. This eliminates those warnings by
|
current vesions of GCC. This eliminates those warnings by
|
||||||
@ -3889,6 +3889,9 @@ Version 1.6.0beta07 [January 27, 2012]
|
|||||||
Freeze libtool files in the 'scripts' directory. This version of autogen.sh
|
Freeze libtool files in the 'scripts' directory. This version of autogen.sh
|
||||||
attempts to dissuade people from running it when it is not, or should not,
|
attempts to dissuade people from running it when it is not, or should not,
|
||||||
be necessary.
|
be necessary.
|
||||||
|
Added two images to contrib/pngsuite (1-bit and 2-bit transparent grayscale),
|
||||||
|
and renamed three whose names were inconsistent with those in
|
||||||
|
pngsuite/README.txt.
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
pngsuite
|
pngsuite
|
||||||
--------
|
--------
|
||||||
(c) Willem van Schaik, 1999, 2011
|
(c) Willem van Schaik, 1999, 2011, 2012
|
||||||
|
Two images are by Glenn Randers-Pehrson, 2012
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute these images for any
|
Permission to use, copy, modify, and distribute these images for any
|
||||||
purpose and without fee is hereby granted.
|
purpose and without fee is hereby granted.
|
||||||
@ -38,6 +39,8 @@ can use them to test the proper functioning of PNG software.
|
|||||||
basn6a08.png 8-bit RGBA
|
basn6a08.png 8-bit RGBA
|
||||||
basn6a16.png 16-bit RGBA
|
basn6a16.png 16-bit RGBA
|
||||||
|
|
||||||
|
ftbbn0g01.png 1-bit grayscale, black bKGD
|
||||||
|
ftbbn0g02.png 2-bit grayscale, black bKGD
|
||||||
ftbbn0g04.png 4-bit grayscale, black bKGD
|
ftbbn0g04.png 4-bit grayscale, black bKGD
|
||||||
ftbbn2c16.png 16-bit truecolor, black bKGD
|
ftbbn2c16.png 16-bit truecolor, black bKGD
|
||||||
ftbbn3p08.png 8-bit paletted, black bKGD
|
ftbbn3p08.png 8-bit paletted, black bKGD
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 429 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 719 B |
Loading…
Reference in New Issue
Block a user