PIL rotate : Rotate By Shear / Paeth Rotation?

I

IanJSparks

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top