Thread: pdftoiliad
View Single Post
Old 07-14-2008, 05:28 AM   #5
kusmi
Connoisseur
kusmi began at the beginning.
 
kusmi's Avatar
 
Posts: 73
Karma: 16
Join Date: Jul 2006
Location: Zurich, Switzerland
When using your great script, I saw, that the cover.png is not antialiased, so I tried to modify your script and just changed:

cover.thumbnail(coversize) to
cover.thumbnail(coversize, Image.ANTIALIAS)

but then it does not create any image at all :-) I guess this is a bug in the python imaging library - or on my python installation... Do you also see this problem, when you change it to use antialiasing?

thanks!
kusmi is offline   Reply With Quote