Hi,
i found the signature capture example from here and it is fine, but I need a little bit more ;-)
I need a bitmap with the signature of 100x160 pixel (to be compatible with the PALM and Windows Mobile Version of the program.
On Windows Mobile or Palm it was signed with a small pen, so it works.
The data is then coded (translated) in a array of bytes ().
Android needs more space to sign with a finger :sign0137:
So I think about using 4 pixel in canvas/panel converted to 1 in Bitmap.
Pen with 4 or 5 Pixels ...
Panel/View 400x640 on a activity (480x800) in landscape mode.
Writing the Touch as a pixel in a bitmap with 100x160 connected with the panel ...
Is this possible ?
If not, Is it possible to shrink a bitmap from 400x640 to 100x160 ?
I can't find a method in the bitmap class .
i found the signature capture example from here and it is fine, but I need a little bit more ;-)
I need a bitmap with the signature of 100x160 pixel (to be compatible with the PALM and Windows Mobile Version of the program.
On Windows Mobile or Palm it was signed with a small pen, so it works.
The data is then coded (translated) in a array of bytes ().
Android needs more space to sign with a finger :sign0137:
So I think about using 4 pixel in canvas/panel converted to 1 in Bitmap.
Pen with 4 or 5 Pixels ...
Panel/View 400x640 on a activity (480x800) in landscape mode.
Writing the Touch as a pixel in a bitmap with 100x160 connected with the panel ...
Is this possible ?
If not, Is it possible to shrink a bitmap from 400x640 to 100x160 ?
I can't find a method in the bitmap class .