mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-27 08:30:05 +03:00
Rearranged code
This commit is contained in:
parent
31f70f0684
commit
df7b941c5a
|
@ -617,8 +617,8 @@ class TestFileJpeg:
|
||||||
None
|
None
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
for quality in range(101):
|
|
||||||
|
|
||||||
|
for quality in range(101):
|
||||||
qtable_from_qtable_quality = self.roundtrip(
|
qtable_from_qtable_quality = self.roundtrip(
|
||||||
im,
|
im,
|
||||||
qtables={0: standard_l_qtable, 1: standard_chrominance_qtable},
|
qtables={0: standard_l_qtable, 1: standard_chrominance_qtable},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user