Stegnography embedding image to bit conversion?
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Geoff Hayes
2015 年 3 月 14 日
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
2015 年 3 月 15 日
See my demo on LSB watermarking, attached below the demo it makes.

2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!