搜索资源列表
VCCDib
- CDib类,实现位图的读取,存储以及获取RGB等功能,简单易用.-CDib category, Bitmap read, store and access features such as RGB, easy-to-use.
showbitmap
- 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
ShowDIB
- DIB读取显示,新建一个CDIB类,使能够在客户区DC上显示图片。
cdib
- 这是本人的一个完整CDIB类,这对于使用MFC 进行图像处理编程极为重要,希望大家喜欢-This is a complete CDIB my class, which for the image processing program using MFC is extremely important, hope you like
cdib
- 一个健全的cdib类,并根据此建立的一个打开bmp文件的程序。cdib类中的关于读取,显示等基本内容齐全。值得学习-A sound cdib class, and based on this established an open bmp file. cdib class on reading, showing the basic elements are complete. Worth learning
CDib
- 打开BMP文件,并实现4、8、24位的BMP位图显示-Open the BMP file, and to achieve 4,8,24-bit BMP bitmap display
CDib
- vc图像处理CDib类,主要包括源文件和头文件-vc image processing CDib category mainly include the source files and header files
dib
- 这是简单易用的用c++封装的CDib类,可以实现图像文件的读取,存储,显示,因为小巧易用,非常适合初学者-this is a CDib class based on c++,it has fulfilled read,write,and show bmp in a window, is very suitable for beginners in image processing.
CDIB
- 一个功能强大的dib类,各种方法都封装的很好-Dib a powerful class, all methods well encapsulated
CDIBshowbitmap
- 使用CDIB类加载位图并显示的一个小程序,对于初学者理解有用,高手有提高的意见,欢迎提问-CDIB class loader using the bitmap and display a small program useful for beginners to understand, expert advice has improved are welcome to ask questions
DisplayMode
- 建立CDib和CDdb类处理设备无关位图,设备相关位图,支持1、4、8、24、32位等位图的转换和显示,有详细解释-Establish CDib and CDdb class handling device-independent bitmap, device-dependent bitmap, bitmap, etc. to support 1,4,8,24,32-bit conversion and display, with detailed explanations
CREATEcdib
- 这是利用CDIB类实现BMP格式图像显示的一个完整源代码,提供给各位,对初学图特别有意义像处理者-This is achieved using CDIB class BMP format image shows a complete source code available to you, for beginners especially meaningful as the disposal plan
visual--cPP-CDib
- 正宗的Cdib类 用于 BMP图像的各种操作-Authentic Cdib classes for various operations BMP image
bmp-open-save
- 提供了简单的CDIB类 可以打开BMP,保存BMP,能在此基础上进行开发 -Class provides a simple CDIB can open BMP, Save BMP, can be developed on this basis
DIBDisplay
- 图像显示代码,执行环境为vc6.0 包含CDIB类的设计-iamge processing
CDib
- 自定义CDib类实现BMp文件的操作,单文档多视图的前提-As custom CDib class implements BMp file operation
GraphS1
- cdib类实现bmp图像的读取显示和保存-Implementation of BMP image display and preservation with CDib
CDib-CPP
- 自己写的Dib类,可以在不同的机器或系统中显示位图所固有的图像。-it is a Dib class wroten by myself, can acheve show dib pictures on diffient computers or systems function.
Class-to-create-a-DIB-operation
- 创建DIB操作的类——CDib,使用时帮助创建dib的类,减少编程步骤-Class to create a DIB operation- CDib, to help create dib class use, reduce the programming steps
CDib
- 建立CDib类。该类封装了对windows bitmap的基本操作,包括读图,显示图,直接操作像素点和调色板等-Establish CDib class. This class encapsulates the basic operation of the windows bitmap, including digitizing, display maps, direct manipulation of pixels and palette, etc.
