搜索资源列表
读取bmp
- BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
可显示8位和24位bmp图像的CImage类
- //简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-/ / simple operational 8 and 24 bmp bitmap image category. / / Characteristics : / / 1, showed faster. (I use this image
bmp
- 将bmp文件头和文件尾去掉,把bmp文件中的数据保存在*.dat文件中
BMP转TIFF源码
- 将bmp图像数据取出重新封装成tiff格式,vc++
BMPto565.rar
- BMP数据提取,适用565模式的LCD显示,BMP data extraction, application of 565 model LCD display
1231123
- 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
bmp
- 将bmp文件解析,去掉头文件后,将数据提取出来-Bmp file will resolve to turn the file, extract the data
BMP
- VC++通过创建一个链表,循环读取BMP文件数据,再显示在界面上。-VC++ Load BMP image by creating a list
BMP
- 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
PictureStreamLoader
- 对内存中图像数据流进行加载,返回DIB格式,支持的格式:BMP(1,8,256,24位),GIF,JPG-load picture from stream,return DIB data,support BMP(1,8,256,24bit),GIF,JPG
BasicDD_src
- 使用DirectDraw 方式显示BMP数据-Use DirectDraw display BMP data
HideInfoWithBmp
- 对于BMP格式的图象,其前54个字节未文件头信息,从第55个字节开始到结束的所有数据,都是图像颜色数据。如果仅仅修改图像颜色数据而不修改文件头信息,则bmp图像大小不变且可以正常使用。当然,为了控制图像的质量,对于数据的植入方式,我们需要稍加斟酌。一个bmp图像要隐藏我们指定的信息,储存空间必不可少。为了保证信息植入前后图像的质量不发生明显的变化,我们只有把信息写到bmp图像颜色数据的每个字节的低位上。这样,每个字节的改变量不超过0Fh,对图像品质的影响非常小,用肉眼几乎分辨不出来。在源码包中有
HideFile
- windows 下用BMP图片来加密数据-windows using BMP picture to encrypt data
SavePicDataToBMP
- 一个将图像数据保存为BMP文件的实例,一篇论文-describe how to save picture data to bmp file
bmp-features-extraction
- BMP图片数据结构信息,关键特征的提取代码-BMP image data structure information, the key feature extraction code
GM
- 定时查电脑的数据,定时截图并保存,安全使用-Regularly check the computer data, timing screenshot and save it, the safe use of
bmp
- 本程序主要通过读灰度8位图片,将其DATA数据域输出成为XML文件-The program primarily through reading 8-bit grayscale image, to output as XML data field DATA file
OPENBMP
- 可以打开和保存BMP位图的VC++程序,并提供位图数据指针-open and save BMP
QT写txt文件和保存8位bmp图片
- 写TXT文件到指定的目录; 保存内存数据为8位bmp图片;(Write TXT files to the specified directory; Save memory data for 8 bit BMP pictures;)
BMP
- 使用C++将BMP文件从硬盘读入到内存、然后修改其数据,最后将修改的文件保存到硬盘(Read the file of bitmap from disk to memory,revise the data,and then save the revised-file to disk using C++)