EuroPython2011_HighPerformanceComputing
EuroPython2011_HighPerformanceComputing copied to clipboard
Removing use of numpy to format pixel data
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.