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

pi3d 2.49 not working with Pillow 10.0.0 #262

Open
helgeerbe opened this issue Oct 5, 2023 · 0 comments
Open

pi3d 2.49 not working with Pillow 10.0.0 #262

helgeerbe opened this issue Oct 5, 2023 · 0 comments

Comments

@helgeerbe
Copy link
Contributor

Pillow versions before v10.0.1 bundled libwebp binaries in wheels that are vulnerable to GHSA-hhrh-69hc-fgg7 (previously GHSA-j7hp-h8jx-5ppr). Pillow v10.0.1 upgrades the bundled libwebp binary to v1.3.2.

Unfortunately there are some functions removed in Pillow 10.0.0
https://pillow.readthedocs.io/en/stable/deprecations.html

pi3d make use of ImageFont.getsize() wich should be replaced by ImageFont.getbbox() and ImageFont.getlength()

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

No branches or pull requests

1 participant