mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 07:34:46 +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_deflate",
|
||||||
"tiff_sgilog",
|
"tiff_sgilog",
|
||||||
"tiff_sgilog24",
|
"tiff_sgilog24",
|
||||||
"tiff_raw_16"]:
|
"tiff_raw_16",
|
||||||
|
"jpeg"]:
|
||||||
# if DEBUG:
|
# if DEBUG:
|
||||||
# print("Activating g4 compression for whole file")
|
# print("Activating g4 compression for whole file")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user