Hi
Two diffrent uses of rotate:
1. img.rotate(30, Image.BICUBIC)
2. img.rotate(30, Image.BICUBIC, expand=True)
When I use the first one I get the expected result. But when I use the
second one the result looks as if the filter used for the rotation was
Image.NEAREST.
Is this a "feature" or a bug? I'm no expert at image handling, so please
explain this to me. Thanks.
Context:
Ubuntu 8.10, Python 2.5.2 and PIL 1.1.6
Pasted from help(Image):
# $Id: Image.py 2933 2006-12-03 12:08:22Z fredrik $
/Ulf Renman
_______________________________________________
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig