PIL rotate : Rotate By Shear / Paeth Rotation?

IanJSparks IanJSparks at gmail.com
Thu Jan 10 11:50:36 EST 2008


I've been doing some image rotation with PIL and comparing the images
with imagemagick's convert -rotate output.

Imagemagick uses an RBS / Paeth rotation algorithm that appears to
give better results than PIL's rotate method.

However, I love PIL and don't want to have to shell out to imagemagick
or use it's python bindings if I can stay with my beloved Python
Imaging Library.

Has anyone implemented RBS using PIL? Anyone looked at doing it and
backed away?




More information about the Python-list mailing list