Skip to content

Conversation

vera-bernhard
Copy link

getsize() is deprecated and replaced with getbbox() in Pillow>=10.0.1

I replaced it in visualization.py such that it works with both newer and older Pillow versions.

There are other instances that also need to be adapted, but I have refrained from adapting them everywhere due to a lack of testing possibilities.

getsize() is deprecated and replaced with getbbox
@Pancham1603
Copy link

getbbox() doesn't return the width and height, it gives the coordinates. Will have to use left right top bottom values to get the width and height.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants