Location:
Search - savebmp
Search list
Description: 这个一个用vc++编的对BMP图像读写的软件。
Platform: |
Size: 1914 |
Author: he |
Hits:
Description: vc 画波型文件并保存成BMP位图到磁盘
Platform: |
Size: 74450 |
Author: dudatong |
Hits:
Description: 用c语言编写的BMP图像保存,稍作修改。
Platform: |
Size: 1327 |
Author: fangkeen |
Hits:
Description: 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有
tmBmp();
tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256);
virtual ~tmBmp();
//复制构造函数
tmBmp(const tmBmp & bmp);
virtual const tmBmp & operator = (const tmBmp & init);
//打开位图
virtual bool openBmp(const std::string fname);
//另存位图
virtual bool saveBmp(const std::string fname);
//保存位图
virtual bool saveBmp();
//创建一幅位clrBit位,宽imw高imH的位图
virtual bool createBmp(const std::string fname,BYTE clrBit,DWORD imW,DWORD imH);
//从灰度数组,创建灰度图像
template
bool createGrayBmp(T * imArray,DWORD imW,DWORD imH);
//释放读入的图像
virtual void releaseBmp();
//获得图像的宽度
DWORD getWidth();
//获得图像的高度
DWORD getHeight();
//获得颜色位数
WORD getClrBit();
//显示位图信息
void showBmpInfo();
//获取调色板某一元素的值,存入RGBQuad
bool getRGBQuad(RGBQuad &, BYTE index);
//用RGBQuad更改调色板某一元素的值
bool setRGBQuad(RGBQuad &, BYTE index);
//重命名位图
void rename(const std::string fname = "新建位图.bmp");
//颜色反转
virtual void reverseColor();
//将一幅图片的像素区,装换为灰度值数组
template
bool tranToArray(T * pixelArray);
//如果是8位以内的图像本函数为
//在图像上(x,y)处画颜色索引为redPart的点
//对于16,24,32位的图像为
//在图像上(x,y)处画颜色为redPart+greenPart+bluePart的点
//x为行号,y为列号
bool putPixel(DWORD x,DWORD y,BYTE redPart=0,BYTE greenPart=0,BYTE bluePart=0);
Platform: |
Size: 15714 |
Author: tr0217 |
Hits:
Description: 这个一个用vc++编的对BMP图像读写的软件。-This one used vc++ Series of BMP images to read and write software.
Platform: |
Size: 2048 |
Author: he |
Hits:
Description: vc 画波型文件并保存成BMP位图到磁盘-vc painting wave file and save it into BMP bitmaps to disk
Platform: |
Size: 73728 |
Author: dudatong |
Hits:
Description: 用c语言编写的BMP图像保存,稍作修改。-Using c language BMP image preservation, with some slight modifications.
Platform: |
Size: 1024 |
Author: fangkeen |
Hits:
Description: 在对话框中static的文本框中绘制图片的并能保存成BMP图片-In the dialog box drawing static text box and can save images into BMP images
Platform: |
Size: 9769984 |
Author: ChangeLife |
Hits:
Description: 利用OpenGL像素处理函数,保存BMP文件到本地,截图方便-The use of OpenGL pixel processing functions, save the BMP file to the local, convenient screenshot
Platform: |
Size: 1024 |
Author: wudefu |
Hits:
Description: this a simple sample of save BMP-this is a simple sample of save BMP
Platform: |
Size: 2048 |
Author: robin |
Hits:
Description: 得到桌面dc,把桌面放到句柄HBITMAP中,并保存为my.bmp-Get Desktop dc, HBITMAP handle to the desktop in place, and saved as my.bmp
Platform: |
Size: 36864 |
Author: 华哥 |
Hits:
Description: 此算法的功能是将在TC图形模式下的图形截图并保存为图片,很实用。具体有演示程序。-Feature of this algorithm is in the TC graphic graphics mode and save the screenshot as a picture, it is practical. There are specific demo.
Platform: |
Size: 31744 |
Author: zdj |
Hits:
Description: 将图像处理结果保存成为一幅.bmp格式的图像-to save the results as a bmp picture
Platform: |
Size: 1024 |
Author: 宋子奇 |
Hits:
Description: 保存图像的程序,很实用,大家都快点来下载啊-Save the image process, it is practical, we all hurry to download ah. . . . . . .
Platform: |
Size: 20480 |
Author: hanlone |
Hits:
Description: 将图形文件保存到access数据库中,可以读取,保存,显示,支持bmp,gif,jpg等格式文件-The graphic file to access the database, you can read, save, display, support bmp, gif, jpg and other formats
Platform: |
Size: 5594112 |
Author: 耿永建 |
Hits:
Description: 一个实现内存DC画图并保存为jpg图像的函数,先保存成BMP再压缩实现。压缩可用我上传的CXimage类库实现。-A realize DC and keep drawing memory for images of the function JPG, BMP first save into further compression realized. Can I upload the compression CXimage class library realized.
Platform: |
Size: 2048 |
Author: 刘得桦 |
Hits:
Description: 利用OpenGL像素处理函数,保存BMP文件到本地,截图方便-The use of OpenGL pixel processing functions, save the BMP file to the local, convenient screenshot
Platform: |
Size: 1024 |
Author: rterof |
Hits:
Description: sample Capture Program
Platform: |
Size: 3072 |
Author: Fitra Khan |
Hits: