Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed name of first _Tile parameter #7772

Merged
merged 1 commit into from
Feb 2, 2024

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
56 checks passed
@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.

None yet

3 participants