Re: [Numpy-discussion] array interface, PIL and PyGame

2006-07-11 Thread Perry Greenfield
On Jul 11, 2006, at 2:04 PM, Travis Oliphant wrote: >> > We will all welcome Fredrik's comments. But, I think he is > exaggerating > the situation a bit. > > It is true that the Imaging structure of PIL is a more general memory > model for 2-d arrays. My understanding is that it basically all

Re: [Numpy-discussion] array interface, PIL and PyGame

2006-07-11 Thread Travis Oliphant
Christopher Barker wrote: >Hi all, > >Over on the PIL mailing list, someone asked about some possible >additions to PIL to facilitate copy-free moving of data between PyGame >and PIL. I sent a note suggesting that the array interface might be just >the ticket. These were the responses: > >Pete

[Numpy-discussion] array interface, PIL and PyGame

2006-07-11 Thread Christopher Barker
Hi all, Over on the PIL mailing list, someone asked about some possible additions to PIL to facilitate copy-free moving of data between PyGame and PIL. I sent a note suggesting that the array interface might be just the ticket. These were the responses: Pete Shinners wrote: > Yeah, this would