Re: Image to numeric array

2006-02-13 Thread Claudio Grondi
Diez B. Roggisch wrote: >>Is there a difference between the 'Numeric' and 'numeric' module? >>I have on my system only Numeric... And this has no function like >>'from_image'. > > > I actually didn't check that - I just wanted to point the OP to the > numeric-module(s) available, as he suggested

Re: Image to numeric array

2006-02-13 Thread Diez B. Roggisch
> Is there a difference between the 'Numeric' and 'numeric' module? > I have on my system only Numeric... And this has no function like > 'from_image'. I actually didn't check that - I just wanted to point the OP to the numeric-module(s) available, as he suggested that >The usual way of doing su

Re: Image to numeric array

2006-02-13 Thread Claudio Grondi
Diez B. Roggisch wrote: > 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 >>

Re: Image to numeric array

2006-02-13 Thread Diez B. Roggisch
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 typ

Image to numeric array

2006-02-13 Thread Dimitrios Charitatos
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 th