Stegnography embedding image to bit conversion?
조회 수: 3 (최근 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!