Dimitrios Charitatos wrote:

> Hello,
> 
> I suspect that there is a quite straight forward answer to this, but I
> can't find it... I want to import an image and extract a matrix (or array)
> from it with elements showing the RGB value of each pixel. But I want to
> be able to do this with all types of image formats. It was suggested that
> a function such as 'B = numeric.from_image(A)' was used but I can't find
> it in any of the libraries. I was hoping you could help me on this.

You have to install the numeric library for that. Googling numeric python
will bring you there pretty quick.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to