On Fri, Jul 3, 2009 at 9:43 AM, Ulf Renman<ulf.ren...@favoptic.com> wrote: > 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.
It's a bug in 1.1.6; the fix is part of this patch: http://hg.effbot.org/pil-2009-raclette/changeset/db1b40ca85c4/ </F> _______________________________________________ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig