Image maploading

I am not having trouble with the map Loading. my Original one used a .txt doc to find were. But insted I wanted it make it from a Image, I would prefer if it used the Image class in Slick2d, but I will also settle for a BufferedImage Version.

Thank you in advance for Help.

Use the BufferedImage’s getRGB(x, y) function to find the colors at a specific location of the image, then parse it to place specific tiles in the actual tile array

Ok, Thanks