Get point array from bmp or jpeg file
I have created a C# program that draws a signature and saves it as a bmp file. The signature is on a white background. I need to then in a Java application read the bmp or jpeg file and get the points of the black line signature, and enter them into a point array. Is there a way to do this?