marianosimone / epub-thumbnailer

Script to extract the cover of an epub book and create a thumbnail for it
GNU General Public License v3.0
191 stars 29 forks source link

pillow-10 #41

Closed eylles closed 1 year ago

eylles commented 1 year ago

this fixes epub-thumbnailer to use pillow 10

marianosimone commented 1 year ago

Thanks for fixing this!

Is there any compatibility check with Pillow 10 that we'd need to do, though? What happens with users that are in a previous version?

eylles commented 1 year ago

there shouldn't be any issue, the constant 'Image.LACNZOS' appears since pillow 9.4.0, coincidentally pillow 9.4.0 is the version shipped by debian stable, distros with libraries older than those in debian stable well they have different issues.

marianosimone commented 1 year ago

Great, thanks!