image reading + bitmap vector conversion

Hi, I am trying to write an algorithm that reads in an image file and extracts every single pixels, checks whether it is black or white and stores 0 (black) or 1(white) ina 2-D array. So what steps should I take to read those pixels?Cheers,Dinaz Sheriff
[281 byte] By [lulusheriff] at [2007-9-30 11:37:22]
# 1
http://java.sun.com/j2se/1.4.2/docs/guide/imageio/spec/extending.fm3.html
tnguyen1973 at 2007-7-4 12:44:37 > top of Java-index,Other Topics,Algorithms...
# 2
cheers mate
lulusheriff at 2007-7-4 12:44:37 > top of Java-index,Other Topics,Algorithms...