This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Description
Describe the bug
when saving to IGTV - shows warning error - DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
how can i change this line of code _ im1 = im1.resize(size, Image.ANTIALIAS) _ and use the resampling as it was mentioned ?
Environment
it does save to igtv and plays well
Thanks