mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
removing internal tiff_lzw support (buggy)
This commit is contained in:
parent
cbcb51c524
commit
4b3bdcd9df
|
@ -1031,11 +1031,6 @@ class TiffImageFile(ImageFile.ImageFile):
|
|||
args = (rawmode, 0, 1)
|
||||
elif compression == "packbits":
|
||||
args = rawmode
|
||||
elif compression == "tiff_lzw":
|
||||
args = rawmode
|
||||
if PREDICTOR in self.tag_v2:
|
||||
# Section 14: Differencing Predictor
|
||||
self.decoderconfig = (self.tag_v2[PREDICTOR],)
|
||||
|
||||
return args
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user