Encoding text into image gray levels

版本 1.0.0.0 (13.9 KB) 作者: Image Analyst
Lets the user hide a text string into the lowest bits of image pixels so that it is unnoticeable.
2.0K 次下载
更新时间 2015/12/11

查看许可证

This demo lets the user type in a text message, choose an image to hide the message in (from the list of demo images shipped with MATLAB), and choose the bit plane to encode the message in. It converts the message string into ASCII code and then into a binary string. It assigns the bits to the selected bit plane of the image pixels starting at the upper left pixel and going down the column(s). Because the text is encoded in ASCII and mixed with the gray levels bits, it's not noticeable.

引用格式

Image Analyst (2024). Encoding text into image gray levels (https://www.mathworks.com/matlabcentral/fileexchange/54155-encoding-text-into-image-gray-levels), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Changed description
Added Screenshot.