how to hide my custom data in image programatically c# -


please guide me how hide custom data in image. want generate image , hide custom data in image , read data image later. please need idea how it.

you read format of bitmap image file, open bmp file, identify data starts , in data portion put data such each character represents pixel in image. talking bmp image because uncompressed format , easy read.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -