Saving image as BMP

JDS

Active Member
Licensed User
Longtime User
While using the signature library is it possible to save an image as an BMP? I need to send the image (compressed) as a string to the server.

I don't want to use base64. I have my own encryption.
 

JDS

Active Member
Licensed User
Longtime User
Anyone?

The problem is that we are currently using PDAs which return an bmp to the server. The BMP is, at the PDA, encrypted by reading the bytes.

If I can use the same encryption (with BMP) on android and deliver it to the server that would be great.
 
Upvote 0
Top