Import bitmap into an array
807589Nov 9 2008 — edited Nov 9 2008I want to import a 24-bit bitmap image into an array so I can loop through the array and perform calculations based on the color of the pixels etc.
Can any one advise me of an easy way to do this in Java?
Thanks