搜索资源列表
BmpProc定义
- BMP位图处理类定义头文件,注意:类CBmpProc是从CBitmap类公有继承而来的,但最好不要使用类CBitmap中的函数!如果使用了(尤其是读入或创建型的函数),则就不要再使用CBmpProc类中的函数,以免混乱。-from Bitmap class definition files, Note : Class CBmpProc from CBitmap category inherited from the public, it is best not to use the catego
2006022006413831087
- 在VC中操作图形文件,并对所读取的图形实现常规的处理是件很头痛的事。CBmpProc类提供了对图形文件的读取操作,并且对已经读入的图形进行处理,包括:取某区域的内容、将区域的内容复制到剪粘板、将剪粘板的内容复制出来……。 CBmpProc类由BmpProc.cpp和BmpProc.h两个文件组成。继承与CBitmap类。 这里同时提供了使用该类的演示程序及CBmpProc类的使用说明。-in VC operation graphics files, as well as read by
CBitmap
- CBitmap类(位图类)-CBitmap type (bitmap)
bitmapEx_source
- 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,L
convert_graphics
- 该源码用于把输出的文本和图形保存到位图文件.关键是创建内存设备环境,并与CBitmap对象相连-the source code for the integration of the output text and graphics document preservation plans in place. The key is to create memory equipment, and objects connected with CBitmap
PicTest
- VC/MFC 常见的几种图像显示的方法: 1.使用CBitMap,在OnPaint 中绘制 2.用picturn控件绘制 3.用背景图 4.用KoDak控件(需要已经安装) -VC / MFC common image shows several ways : 1. CBitMap use. Drawing the OnPaint 2. Controls used picturn drawing three. use background Figure 4. charge
CISBitmap
- 这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。
200911121091605
- 用delphi实现swf文件和图像合成.给CCTestSelDrawPicView类建两个CBitmap类型的成员变量,分别命名为m_bmpBk、m_bmpFore。 -Swf files with delphi and image synthesis to achieve
CDCBitmap
- VC实用位图处理类CDCBitmap,提供读取显示位图等功能-VC practical Bitmap class CDCBitmap provide readers Bitmap functions
5
- 此程序是在vc++环境下,使用CBitmap对象进行常见的位图操作。在程序中将实际位图作为一个资源对象,并根据菜单选择使用LoadBitmap()成员函数加载位图。单击鼠标左键时,改变位图显示并实现不同的变换效果。-This procedure is vc++ Environment, the use of common objects CBitmap bitmap operation. Procedures will be in the actual bitmap as a resource
CISBitmap1
- 程序中的Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-Process derived Cbitmap bitmap type you can specify a color change to a transparent bitmap, and it Cbitamp use almost the same as simple.
CBitMap
- 利用底层代码实现图像的显示,能够很真切的揭示了bmp图像的特点-The realization of the underlying code to use the display image, can reveal the real features of bmp images
ReadBMP
- 用VC++实现对BMP位图的读取。使用CBitmap类中的LoadBitmap()函数成员。-Using VC++ implementation of the BMP bitmap reading. Use CBitmap class LoadBitmap () function member.
cisbitmap
- 这个从cbitmap派生的位图类可通过指定一种颜色把一幅位图变透明-This is derived from the cbitmap bitmap class can specify a color change to a transparent bitmap
VCyuandaimachengxu
- 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetObject BitBlt CreateCompatibleD
OhYeah
- 利用GDAL实现遥感图像快速显示,利用设备无关位图CBitmap,简单易懂-Using GDAL to achieve fast display of remote sensing images, the use of device-independent bitmap CBitmap, easy to understand
CreateGIF
- 动态GIF的合成 create gif CImage、CBitmap-animition GIF create GIF CImage CBitmap
pic
- CBitmap类实现的图片显示的小例程。-CBitmap example
MyCBIR
- 用CBitmap类实现图片显示 并能浏览 文件夹 显示文件夹里的图像