Bitmap.Save problems
- by user284026
Hello,
can anyone tell me if you know to be a problem with Bitmap and steganography for WM 6?
I am working on a project and i have to hide a digital signature in a bitmap. The algorithm works perfect, as in untill i have the image on the memory the bitmap contains the modified bytes.
But after i save the image (Bitmap.Save()) and I reopen the image, than those bytes are lost. When i say lost i mean they are the orriginal bytes from when the picture was taken.
Thank you.