EuroPython2011_HighPerformanceComputing icon indicating copy to clipboard operation
EuroPython2011_HighPerformanceComputing copied to clipboard

Removing use of numpy to format pixel data

Open lilspikey opened this issue 13 years ago • 0 comments

Quick hack to use array rather than numpy for outputting pixel data. Concerned that it might be a bit endian/architecture dependent, but it sounds like it was before. Only way to be use would be to using ctypes and force exact data type (e.g. 32bit integer) or possibly use the struct package...

In the meantime this should let you produce output for the pypy version.

lilspikey avatar Jul 12 '11 22:07 lilspikey