Stegnography embedding image to bit conversion?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Geoff Hayes
el 14 de Mzo. de 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
el 15 de Mzo. de 2015
See my demo on LSB watermarking, attached below the demo it makes.

2 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!