文件名称:HideInfoWithBmp

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [ASM] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 25kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • lizho*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

对于BMP格式的图象,其前54个字节未文件头信息,从第55个字节开始到结束的所有数据,都是图像颜色数据。如果仅仅修改图像颜色数据而不修改文件头信息,则bmp图像大小不变且可以正常使用。当然,为了控制图像的质量,对于数据的植入方式,我们需要稍加斟酌。一个bmp图像要隐藏我们指定的信息,储存空间必不可少。为了保证信息植入前后图像的质量不发生明显的变化,我们只有把信息写到bmp图像颜色数据的每个字节的低位上。这样,每个字节的改变量不超过0Fh,对图像品质的影响非常小,用肉眼几乎分辨不出来。在源码包中有对比图,大家可以亲自对比验证。

原理即 :用原来bmp图像颜色数据的相邻两个字节的低位来存放隐藏信息的一个字节的内容。



如隐藏信息的某个字节数据位为 3E ,bmp图像颜色数据两相邻字节的内容为:5F 27 ,处理后该相邻字节的内容变为53 2E。这样处理,一张mbp图像可以存放其自身长度2分之1大小的信息,效果不错。-The BMP format images, its former 54-byte file header information is not, from the first 55 bytes beginning to the end of all the data is color image data. If you only modify the data without modifying the color image file header information, then bmp image size unchanged and can be normal use. Of course, in order to control image quality, for the implantation of the way the data, we need a little discretion. A bmp image to hide our designated information, storage space is essential. Information in order to guarantee the quality of images before and after implantation no obvious change, we can only put information wrote bmp image color data for each byte on the low. In this way, each byte to change the volume of not more than 0Fh, the impact on image quality is very small, almost to tell with the naked eye do not come out. Source package has at contrast map, everyone can personally verify comparison.

  Principle namely: bmp image with the original color data of adjacent two of the l
相关搜索: ASM
BMP
LSB

(系统自动生成,下载前可以参看下载内容)

下载文件列表

HideInfoWithBmp

...............\Dialog.app

...............\Dialog.aps

...............\Dialog.ASM

...............\Dialog.exe

...............\Dialog.ID

...............\Dialog.rc

...............\Dialog.res

...............\icon.ico





...............\说明.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org