Page 1 of 1

Signature Capture with FWPPC

PostPosted: Mon Oct 17, 2005 11:10 am
by PAUL SIMM
Ant way I can programa capture of hand written text on the screen to a JPG file?

PostPosted: Tue Oct 18, 2005 5:06 pm
by Antonio Linares
Paul,

To capture a signature its not difficult. Just a empty window which detects mouse move events and call SetPixel() to do the drawing. Then it could be saved as a BMP file.

For a JPG file we need an additional routine, probably a google search may help.