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