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!
|