mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 23:24:45 +03:00
Add value in TiffImagePlugin in compression list
This commit is contained in:
parent
6eb534b714
commit
9f2e711a12
|
@ -1240,7 +1240,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