mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Enable low-bit-depth gray tests in pngvalid
This commit is contained in:
@@ -11115,7 +11115,7 @@ int main(int argc, char **argv)
|
|||||||
# ifdef PNG_WRITE_tRNS_SUPPORTED
|
# ifdef PNG_WRITE_tRNS_SUPPORTED
|
||||||
pm.test_tRNS = 1;
|
pm.test_tRNS = 1;
|
||||||
# endif
|
# endif
|
||||||
pm.test_lbg = 0;
|
pm.test_lbg = PNG_LIBPNG_VER >= 10600;
|
||||||
pm.test_lbg_gamma_threshold = 1;
|
pm.test_lbg_gamma_threshold = 1;
|
||||||
pm.test_lbg_gamma_transform = PNG_LIBPNG_VER >= 10600;
|
pm.test_lbg_gamma_transform = PNG_LIBPNG_VER >= 10600;
|
||||||
pm.test_lbg_gamma_sbit = 1;
|
pm.test_lbg_gamma_sbit = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user