From: Travis O. <oli...@ee...> - 2006-07-11 22:02:05
|
Filip Wasilewski wrote: >Hi Travis, > >this is a great example of the __array_interface__ usage. > > > Just to complete the example: With the Image.py patch that adds the __array_interface__ you can do import Image, pylab im = Image.open('somefile.jpg') pylab.imshow(im, origin='lower') and get a nice picture in the matplotlib window (at least if you are running NumPy). -Travis |