Hi,

the anti-alias filter gives best results imho.

import PIL

yourimage.resize((w, h), PIL.Image.ANTIALIAS))

Regards,

Florian Höch

Paul Johnston schrieb:
Hi,

I'm currently using PIL to resize photos down to a thumbnail. Something I've noticed though, is that whatever software Facebook use too do the same, produces better-quality thumbnails.

Are there any tweaks I can apply to PIL to get better resizing? Or any idea what software FB may be using?

Paul


------------------------------------------------------------------------

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to