mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Avoid the double gamma correction warning in the simplified API.
This allows the --strict option to pass in the pngstest checks
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
2bc76ffaf1
commit
eda53e5770
@@ -11,7 +11,7 @@ for image in ${srcdir}/contrib/pngsuite/*.png
|
||||
do
|
||||
for opts in ""
|
||||
do
|
||||
if ./pngstest --log "$@" $opts $image >>pngtest-log.txt 2>&1
|
||||
if ./pngstest --strict --log "$@" $opts $image >>pngtest-log.txt 2>&1
|
||||
then
|
||||
echo " PASS: pngstest $opts $image"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user