Any way to increase the quality of the signature of the 1-bit bitmap in the example for signature for OS = 5.2?
Curves get straightened, so I'm not sure if they pass for a legal document.
I tried increasing pixel depth and density, using a V3 bit map, but I that seem to have any effect.
The curve straightening may be a result of the code taking too long to run. All drawing is done to an off-screen buffer which is then blitted back to the screen, and on some devices that takes long enough to add a bit of delay between pen readings.
I originally just drew lines both to the screen and to the buffer on each pen move, but that was problematic, as the on-screen lines were being drawn at double-density, while the off-screen buffer was single-density, so the on-screen image didn't match up.
But, you've got full code there. Try things out and see what works for you.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
