NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
361 stars 103 forks source link

Compatibility with Pillow >= 10.0.0 #120

Closed mathrick closed 8 months ago

mathrick commented 8 months ago

Image.ANTIALIAS is a deprecated alias for Image.LANCZOS and has been removed in 10.0.0. This restores compatibility with new versions.