[devel] Revised pngtest.c to set the zlib strategy, and restored pngtest.png
This commit is contained in:
parent
4a392c74cf
commit
6bdea98992
@ -913,6 +913,10 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION
|
||||||
|
png_set_text_compression_strategy(write_ptr, Z_FILTERED);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (status_dots_requested == 1)
|
if (status_dots_requested == 1)
|
||||||
{
|
{
|
||||||
#ifdef PNG_WRITE_SUPPORTED
|
#ifdef PNG_WRITE_SUPPORTED
|
||||||
|
BIN
pngtest.png
BIN
pngtest.png
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
Loading…
Reference in New Issue
Block a user