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

apodgrab.py:23: DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead. #7

Open
asterizk opened this issue Apr 10, 2023 · 1 comment
Assignees

Comments

@asterizk
Copy link
Owner

apodgrab.py:23: DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead.
(w, h) = writing.multiline_textsize('\n'.join([' '.join(line) for line in lines]), font=font)

@asterizk asterizk self-assigned this Apr 10, 2023
@asterizk
Copy link
Owner Author

See https://pillow.readthedocs.io/en/stable/deprecations.html# (do a find on the page for 'multiline_textsize')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant