[Pyobjc-dev] Displaying a numpy array
Brought to you by:
ronaldoussoren
|
From: Thomas R. <tho...@gm...> - 2009-03-31 02:28:34
|
Hello, I have been using Python for a few months, and have now learned how to use PyObjC in a basic way to design a Cocoa interface (.nib) for a python script. I am interested in displaying a numpy array or PIL image using the interface. Is the way to do this to use an OpenGL view? or an Image View? Are there examples of such scripts anywhere? I looked at the OpenGLDemo.py example, but could not understand how this could be used to display the contents of an array. Any advice would be welcome, Thanks, Thomas |