"test-png" tool to find PNGs that cause warnings

New tool, "test-png", which exercises libpng library on
a set of PNG image files, allowing us to find those which
cause Tux Paint (via SDL_image, in turn via libpng) to
report back warnings to STDERR.

h/t Tim Dickson, per https://sourceforge.net/p/tuxpaint/bugs/252/
This commit is contained in:
Bill Kendrick 2022-07-03 17:18:58 -07:00
parent 844db56ab9
commit 06fafcb6d6
4 changed files with 112 additions and 1 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@ TuxPaint.dmg
src/po/POTFILES.in
src/tuxpaint.desktop
src/org.tuxpaint.Tuxpaint.appdata.xml
test-png