fix invalid use of gamma in tests/python_tests/image_encoding_speed_test.py
This commit is contained in:
parent
e2990ac3b1
commit
92d6e79a75
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue