mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-04 05:03:14 +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)
|
args = (rawmode, 0, 1)
|
||||||
elif compression == "packbits":
|
elif compression == "packbits":
|
||||||
args = rawmode
|
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
|
return args
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user