Questions on Reading Images
Posted: 2013-01-22T18:46:19-07:00
Hello everyone,
I do not know what I'm doing, but I think I know what I want to do. I was told, from (i believe) a reliable source, that somehow I could use ImageMagick or something similar to "read" an image file and essentially end up with an array of information for each pixel available. So say a 1024x768 image would result in a 1024x768 array in which each element of that array contained data relative to the pixel in its corresponding location. How could I go about achieving this? Obviously a step by step would be ideal but I'll take any help one is willing to offer.
I do not know what I'm doing, but I think I know what I want to do. I was told, from (i believe) a reliable source, that somehow I could use ImageMagick or something similar to "read" an image file and essentially end up with an array of information for each pixel available. So say a 1024x768 image would result in a 1024x768 array in which each element of that array contained data relative to the pixel in its corresponding location. How could I go about achieving this? Obviously a step by step would be ideal but I'll take any help one is willing to offer.