[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] PixelArray vs SurfArray



Hi

I'm working on a project, and it would be really nice to have fast access to pixel data.  I'm thinking that PixelArray or SurfArray will do the job--but what's the difference between the two?  I know that surfarray requires Numeric or NumPy, but I'm less familiar with PixelArray--does it have such a requirement?  Are there other differences?

Ian