mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Updated deprecation message
This commit is contained in:
parent
e144e41879
commit
2e1d2b2029
|
@ -278,7 +278,7 @@ PREFIXES = [
|
||||||
]
|
]
|
||||||
|
|
||||||
if not getattr(Image.core, "libtiff_support_custom_tags", True):
|
if not getattr(Image.core, "libtiff_support_custom_tags", True):
|
||||||
deprecate("Support for libtiff earlier than 4", 12)
|
deprecate("Support for LibTIFF earlier than version 4", 12)
|
||||||
|
|
||||||
|
|
||||||
def _accept(prefix: bytes) -> bool:
|
def _accept(prefix: bytes) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user