mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
do not use really draft JPEG decoding quality
This commit is contained in:
parent
806c06f49f
commit
66cacc282b
|
@ -355,7 +355,7 @@ class JpegImageFile(ImageFile.ImageFile):
|
|||
scale = s
|
||||
|
||||
self.tile = [(d, e, o, a)]
|
||||
self.decoderconfig = (scale, 1)
|
||||
self.decoderconfig = (scale, 0)
|
||||
|
||||
return self
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user