Skip to content

Conversation

@radarhere
Copy link
Member

@radarhere radarhere commented Feb 2, 2024

class _Tile(NamedTuple):
encoder_name: str
extents: tuple[int, int, int, int]
offset: int
args: tuple[Any, ...] | str | None

Because tiles can be used to indicate either how an image is to be encoded or decoded, I suggest codec_name instead of encoder_name.

@hugovk hugovk merged commit a5b4806 into python-pillow:main Feb 2, 2024
@radarhere radarhere deleted the codec_name branch February 2, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants