mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Added some bad PNGs to the test directory and to the test/pngtest script
This commit is contained in:
parent
bdca749e35
commit
58cd558a43
BIN
tests/bad_iccp.png
Normal file
BIN
tests/bad_iccp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 321 B |
BIN
tests/empty_ancillary_chunks.png
Normal file
BIN
tests/empty_ancillary_chunks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 730 B |
BIN
tests/huge_idat.png
Normal file
BIN
tests/huge_idat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 B |
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
./pngtest --relaxed ${srcdir}/tests/badcrc.png
|
||||
./pngtest --relaxed ${srcdir}/tests/badadler.png
|
||||
./pngtest --relaxed ${srcdir}/tests/bad_iccp.png
|
||||
./pngtest --relaxed ${srcdir}/tests/huge_idat.png
|
||||
./pngtest --relaxed ${srcdir}/tests/empty_ancillary_chunks.png
|
||||
exec ./pngtest --strict ${srcdir}/pngtest.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user