israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.78k stars 358 forks source link

Update Pillow Library Dependency in ttkbootstrap Meters Widget for BICUBIC Interpolation #508

Closed grknbyk closed 7 months ago

grknbyk commented 7 months ago

I forked the ttkbootstrap repository to address a compatibility issue with the Pillow library's recent update. The original implementation in the Meters widget was using CUBIC interpolation, which has been deprecated in the latest version of Pillow in favor of BICUBIC. To ensure seamless integration and compatibility with the updated Pillow library, I have modified the relevant code in the Meters widget to use BICUBIC interpolation. This change resolves any potential issues that may arise when working with Meters in ttkbootstrap in conjunction with the latest version of Pillow.

rdbende commented 7 months ago

So the problem is, there are already 6 other pull requests open to fix this. Next time please look at existing PRs before sending a new one.

grknbyk commented 7 months ago

Thank you, this was my first try. I will consider that next time.

Aareon commented 7 months ago

This can be closed in lieu of https://github.com/israel-dryer/ttkbootstrap/pull/490

rdbende commented 7 months ago

The issue was resolved by the merge of #490. Please close this one.

mas6y6 commented 7 months ago

When you open the ttkbootstrap config windows on mac it gives an error this pull request can fix that

Aareon commented 7 months ago

@mas6y6 this branch does not offer any changes that were not already merged with #490. If you're having a new error, please submit it as a new issue.