amietn / vcsi

Create video contact sheets, thumbnails
MIT License
471 stars 57 forks source link

Fix ttf font error with pillow 10 and later #120

Closed amietn closed 1 year ago

amietn commented 1 year ago

getsize() was removed in pillow 10.0 One should use getbbox or getlength instead Resolves #119