[Image-SIG] bug in docs for Image.rotate()

Bill Janssen janssen at parc.com
Thu Jul 22 21:19:07 CEST 2010


Bill Janssen <janssen at parc.com> 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().

Bill


More information about the Image-SIG mailing list