moses-palmer / pystray

GNU General Public License v3.0
472 stars 59 forks source link

PIL.Image.ANTIALIAS constant removed in Pillow #148

Closed lee-van-oetz closed 1 year ago

lee-van-oetz commented 1 year ago

Pillow removed the Image.ANTIALIAS constant used by pystray at version 10:

https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants

shauneccles commented 1 year ago

This is fixed in source.

Is there any way we can get a pypi release for this?

It's impacting several downstream projects that use your wonderful library for tray icons.

moses-palmer commented 1 year ago

Thank you for your report.

I just released pystray 0.19.5 with this fix.