mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Merge pull request #7772 from radarhere/codec_name
This commit is contained in:
commit
a5b4806830
|
@ -91,7 +91,7 @@ def _tilesort(t):
|
|||
|
||||
|
||||
class _Tile(NamedTuple):
|
||||
encoder_name: str
|
||||
codec_name: str
|
||||
extents: tuple[int, int, int, int]
|
||||
offset: int
|
||||
args: tuple[Any, ...] | str | None
|
||||
|
|
Loading…
Reference in New Issue
Block a user