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

Fix ttf font error with pillow 10 and later #120

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Conversation

amietn
Copy link
Owner

@amietn amietn commented Jul 9, 2023

getsize() was removed in pillow 10.0
One should use getbbox or getlength instead
Resolves #119

getsize() was removed in pillow 10.0
One should use getbbox or getlength instead
Resolves #119
@amietn amietn merged commit 8719841 into master Jul 9, 2023
4 checks passed
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.

pillow 10.0.0 breaks things
1 participant