Re: [Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-25 Thread Stéfan van der Walt
2008/11/24 Chris Barker <[EMAIL PROTECTED]>: > Robert Kern wrote: >>> Jim Vickroy wrote: >>> While using the PIL interface to numpy, I rediscovered a logic error >>> in the PIL.Image.fromarray() procedure. The problem (and a solution) >>> was mentioned earlier at: > >> Tell them that we approve of

Re: [Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-24 Thread Chris Barker
Robert Kern wrote: >> Jim Vickroy wrote: >> While using the PIL interface to numpy, I rediscovered a logic error >> in the PIL.Image.fromarray() procedure. The problem (and a solution) >> was mentioned earlier at: > Tell them that we approve of the change. We don't have commit access > to PIL, so

Re: [Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-24 Thread Jim Vickroy
Robert Kern wrote: On Mon, Nov 24, 2008 at 11:26, Jim Vickroy <[EMAIL PROTECTED]> wrote: Travis E. Oliphant wrote: Jim Vickroy wrote: Hello, While using the PIL interface to numpy, I rediscovered a logic error in the PIL.Image.fromarray() procedure. The problem (and a solution) was menti

Re: [Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-24 Thread Robert Kern
On Mon, Nov 24, 2008 at 11:26, Jim Vickroy <[EMAIL PROTECTED]> wrote: > Travis E. Oliphant wrote: > > Jim Vickroy wrote: > > > Hello, > > While using the PIL interface to numpy, I rediscovered a logic error > in the PIL.Image.fromarray() procedure. The problem (and a solution) > was mentioned earl

Re: [Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-24 Thread Jim Vickroy
Travis E. Oliphant wrote: Jim Vickroy wrote: Hello, While using the PIL interface to numpy, I rediscovered a logic error in the PIL.Image.fromarray() procedure. The problem (and a solution) was mentioned earlier at: * http://projects.scipy.org/pipermail/numpy-discussion/2006-Decemb

Re: [Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-24 Thread Travis E. Oliphant
Jim Vickroy wrote: > Hello, > > While using the PIL interface to numpy, I rediscovered a logic error > in the PIL.Image.fromarray() procedure. The problem (and a solution) > was mentioned earlier at: > > * > http://projects.scipy.org/pipermail/numpy-discussion/2006-December/024903.html > >

[Numpy-discussion] PIL.Image.fromarray bug in numpy interface

2008-11-24 Thread Jim Vickroy
Hello, While using the PIL interface to numpy, I rediscovered a logic error in the PIL.Image.fromarray() procedure. The problem (and a solution) was mentioned earlier at: * http://projects.scipy.org/pipermail/numpy-discussion/2006-December/024903.html There does not seem to be a formal