[libpng17] Added pngimage test program for png_read_png and png_write_png.

This is a work-in-progress; no tests are run automatically at present and
the program by virtue of exhaustively testing all the transforms is
very slow.
This commit is contained in:
Glenn Randers-Pehrson
2014-01-31 22:00:27 -06:00
parent 39fee3cee1
commit 302c58b8cf
4 changed files with 271 additions and 3 deletions

View File

@@ -500,7 +500,7 @@ Version 1.7.0beta30 [February 1, 2014]
Fixed a large number of instances where PNGCBAPI was omitted from
function definitions.
Added pngimage test program for png_read_png and png_write_png. This
is a work-in-progress, no tests are run automatically at present and
is a work-in-progress; no tests are run automatically at present and
the program by virtue of exhaustively testing all the transforms is
very slow.