codebox / mosaic

Python script for creating photomosaic images
https://codebox.net/pages/photo-mosaic-image-maker
MIT License
535 stars 166 forks source link

Update deprecated Image.ANTIALIAS to Image.LANCZOS #21

Closed hatns closed 8 months ago

hatns commented 8 months ago

Simple change to update support for more recent versions of PILLOW, ANTIALIAS has been changed since PILLOW 2.7.0 to LANCZOS.

Read more here

codebox commented 8 months ago

thanks!