Stegnography embedding image to bit conversion?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how to convert image into bits? since I want to replace the pixels of the image(in bits) by the secret message in bits.
0 Kommentare
Antworten (2)
Geoff Hayes
am 14 Mär. 2015
Sandeep - use any of the bit-wise operators to manipulate the (presumably LSB) bits of the image pixels so that you can hide the secret message within them.
Image Analyst
am 15 Mär. 2015
See my demo on LSB watermarking, attached below the demo it makes.

2 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!