mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Add value in TiffImagePlugin in compression list
This commit is contained in:
parent
6d2a02c6b1
commit
ca0be9ca87
|
@ -1251,7 +1251,8 @@ class TiffImageFile(ImageFile.ImageFile):
|
|||
"tiff_deflate",
|
||||
"tiff_sgilog",
|
||||
"tiff_sgilog24",
|
||||
"tiff_raw_16"]:
|
||||
"tiff_raw_16",
|
||||
"jpeg"]:
|
||||
# if DEBUG:
|
||||
# print("Activating g4 compression for whole file")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user