fix invalid use of gamma in tests/python_tests/image_encoding_speed_test.py

This commit is contained in:
Dane Springmeyer 2015-02-02 14:27:18 -08:00
parent e2990ac3b1
commit 92d6e79a75

View file

@ -42,8 +42,8 @@ combinations = ['png',
'png:z=1:s=filtered',
'png:z=1:s=huff',
'png:z=1:s=rle',
'png:m=h:g=2.0',
'png:m=h:g=1.0',
'png8:m=h:g=2.0',
'png8:m=h:g=1.0',
'png:e=miniz',
'png8:e=miniz'
]