2010/7/22 Bill Janssen <[email protected]>: > Bill Janssen <[email protected]> wrote: > >> Hmmm, the docs say that Image.rotate() has a "filter" keyword arg, but >> the code says that it's really "resample". Note that the docstring in >> the code is wrong, too. This is 1.1.6 I'm looking at. > > Also wrong in 1.1.7. And, in Image.rotate(), if you specify a > "resample" param and also "expand=True", the resample param is not > passed on to Image.transform().
The resample bug should be fixed in 1.1.7: http://hg.effbot.org/pil-117/changeset/db1b40ca85c4 </F> _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
