[Image-SIG] Numpy array to image?

Fredrik Lundh fredrik@pythonware.com
Tue, 12 Mar 2002 15:03:17 +0100


Agustin Lobo wrote:

> I've just found the web pages on PIL and wonder
> if it's possible to convert a python
> 2D array to an image for display. Something
> like the Magick.ArrayToImage(arr)
> that seems to be available in pymagick (which is
> not available any more?) according to its doc in
> http://starship.python.net/~zack/pymagick/

did you try typing the subject line into google instead of
your mailer ;-)

here's the second google hit for "Numpy array to image":

http://mail.python.org/pipermail/image-sig/1998-October/000572.html

Cheers /F