[Matplotlib-users] save image from array?

2010-02-15 Thread Nico Schlömer
Hi, I see that with imsave() it's possible to save an image based on its cmap. Is there also functionality in matplotlib to to store a file based on RGB(alpha) information? Cheers, Nico -- SOLARIS 10 is the OS for Data

Re: [Matplotlib-users] save image from array?

2010-02-15 Thread Gary Ruben
Hi Nico, I'm pretty sure the functionality is buried in there but unfortunately I couldn't figure out how to put it into the imsave function, so for now I think you have to resort to using PIL to do this. Gary R. Nico Schlömer wrote: Hi, I see that with imsave() it's possible to save an