After Googling on the web I haven't really found an answer exactly what I need to do here. I want to be able to read an image, from which I will be able to draw a map out from. I need to be able to read the color of a specific pixel in a specific image, and depending on the color, return a simple integer.
I don't need to use a specific image format.
Thanks in advance.