mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-20 09:12:00 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
70272591f8
commit
661f5f5729
|
@ -614,8 +614,12 @@ class TestFileJpeg:
|
|||
None
|
||||
)
|
||||
]
|
||||
|
||||
qtable_from_qtable_quality = self.roundtrip(im, qtables={0:standard_l_qtable,1:standard_chrominance_qtable}, quality=75).quantization
|
||||
|
||||
qtable_from_qtable_quality = self.roundtrip(
|
||||
im,
|
||||
qtables={0: standard_l_qtable, 1: standard_chrominance_qtable},
|
||||
quality=75,
|
||||
).quantization
|
||||
qtable_from_quality = self.roundtrip(im, quality=75).quantization
|
||||
assert qtable_from_qtable_quality == qtable_from_quality
|
||||
# list of qtable lists
|
||||
|
|
Loading…
Reference in New Issue
Block a user