mirror of
https://github.com/RPCS3/libpng.git
synced 2026-07-19 20:23:33 -04: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
|
||||
pm.test_tRNS = 1;
|
||||
# endif
|
||||
pm.test_lbg = 0;
|
||||
pm.test_lbg = PNG_LIBPNG_VER >= 10600;
|
||||
pm.test_lbg_gamma_threshold = 1;
|
||||
pm.test_lbg_gamma_transform = PNG_LIBPNG_VER >= 10600;
|
||||
pm.test_lbg_gamma_sbit = 1;
|
||||
|
||||
Reference in New Issue
Block a user