[libpng16] updated tests/pngunknown-sAPI; it works now.
This commit is contained in:
parent
c17b7b38b0
commit
68a80b10fe
4
ANNOUNCE
4
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.32beta02 - July 31, 2017
|
Libpng 1.6.32beta02 - August 1, 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.
|
||||||
@ -36,7 +36,7 @@ Version 1.6.32beta01 [July 31, 2017]
|
|||||||
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
|
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
|
||||||
with libpng-1.6.31.
|
with libpng-1.6.31.
|
||||||
|
|
||||||
Version 1.6.32beta02 [July 31, 2017]
|
Version 1.6.32beta02 [August 1, 2017]
|
||||||
Updated contrib/libtests/pngunknown.c with eXIf chunk.
|
Updated contrib/libtests/pngunknown.c with eXIf chunk.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
|
2
CHANGES
2
CHANGES
@ -5919,7 +5919,7 @@ Version 1.6.32beta01 [July 31, 2017]
|
|||||||
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
|
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
|
||||||
with libpng-1.6.31.
|
with libpng-1.6.31.
|
||||||
|
|
||||||
Version 1.6.32beta02 [July 31, 2017]
|
Version 1.6.32beta02 [August 1, 2017]
|
||||||
Updated contrib/libtests/pngunknown.c with eXIf chunk.
|
Updated contrib/libtests/pngunknown.c with eXIf chunk.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
|
@ -1098,7 +1098,7 @@ static const char *standard_tests[] =
|
|||||||
"sTER", "sTER=if-safe", 0,
|
"sTER", "sTER=if-safe", 0,
|
||||||
"IDAT", "default=discard", "IDAT=save", 0,
|
"IDAT", "default=discard", "IDAT=save", 0,
|
||||||
"sAPI", "bKGD=save", "cHRM=save", "gAMA=save", "all=discard", "iCCP=save",
|
"sAPI", "bKGD=save", "cHRM=save", "gAMA=save", "all=discard", "iCCP=save",
|
||||||
"sBIT=save", "sRGB=save", "eXIf=discard", 0,
|
"sBIT=save", "sRGB=save", "eXIf=save", 0,
|
||||||
0/*end*/
|
0/*end*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir}/pngtest.png"
|
exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save eXIf=save "${srcdir}/pngtest.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user