Hi
Can someone please let me know which classes, objects, etc I should use into to convert an image file (.png, probably) to a printable string in Java?
The image will be around 100px square and I presume I could scan 1px lines into arrays, etc? I'm hoping Java has a predefined method to handle this kind of thing.
I'm familiar with OOP and most programming terminologies (I've been in IT forever), but unfortunately I just don't have time to "become one" with Java - at least not before my client expects delivery!
Assume the basic output to be a matrix, showing one of two images in each cell.
Thanks in anticipation.