Skip to content

Pillow dreprecation warning about ImageFont.getsize #163

@brvoisin

Description

@brvoisin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions