LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.75k stars 1.14k forks source link

Update deprecated Pillow constant #2828

Closed havardAasen closed 6 months ago

havardAasen commented 7 months ago

The substituted constant, ANTIALIAS, was removed in Pillow 10.0.0. The LANCZOS constant was introduced in Pillow 2.7.0. https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants

Fixes #2825