MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

Pillow升级到10之后图片处理会出现异常

Open fighter2011 opened this issue 10 months ago • 2 comments

Pillow10之后移除了Image.ANTIALIAS,我看原作者是9.5.0

MoneyPrinterTurbo/lib/python3.10/site-packages/moviepy/video/fx/resize.py", line 37, in resizer resized_pil = pilim.resize(newsize[::-1], Image.ANTIALIAS) AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

fighter2011 avatar Mar 27 '24 09:03 fighter2011

@fighter2011 用 8.4.0 试试

smaltum avatar Mar 27 '24 10:03 smaltum

@fighter2011 用 8.4.0 试试

ok

fighter2011 avatar Mar 28 '24 06:03 fighter2011