-
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
Hello!
Pillow 9.2.0 is installed in my virtualenv and when I use python-barcode there is a deprecation warning about the method ImageFont.getsize.
virtualenv/lib/python3.9/site-packages/barcode/writer.py:441: DeprecationWarning: getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.
width, height = font.getsize(subtext)
Since the version 9.2, getsize is deprecated and replaced by getlength. See the PR python-pillow/Pillow#6381.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels