搜索资源列表
OpenGL 场景绘制到打印机.zip
- 用MFC 封装OpenGL 可以用两种API:快速绘制和优秀的界面。然而,由于许多打印机驱动器不支持SetPixelFormat() API 函数,这样就不能直接将OpenGL 场景绘制到打印机上。一种广泛使用的技术是先将一个OpenGL 场景绘制到DIB 区,再将它复制到DC以供打印或预览。这个项目演示了这一方法。
Deployment
- The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. The
dib
- 用于mfc实现设备无关图像的类,可以实现对bmp图像的相应操作-Mfc achieve device-independent image for the class, and can implement the corresponding operations bmp image
Dib
- DIB文件 由于MFC未提供DIB类,用户在使用DIB时将面临繁重的Windows API编程任务。 一个较高层次的API,简化了DIB的使用。-DIB Source
CDib
- 一个在mfc下简单的实现DIB操作的类,可以实现基本的dib操作功能-A simple mfc under the DIB operation of the class
BMP
- 一个MFC打开BMP的程序,利用了简单的Dib类,基于单文档,适合初学者!-A MFC open BMP program, using the simple Dib class, based on single document, is suitable for beginners.
VC---MFC-DIB
- 本程序是用Visual C++构造DIB类,用此类完成位图的读取 存储功能-This program is to use Visual C++ tectonic DIB class, using them to complete a bitmap s read storage function
ShowDIB
- 由于MFC中不具有对DIB位图的功能操作的封装,且微软本身提供的关于DIB位图的API函数较少,因此对DIB位图功能进行封装,功能包括读DIB、绘制DIB、保存DIB等功能。-Because MFC does not have the right DIB bitmap functional operation of the package, and Microsoft itself provides about DIB bitmap API function less, so the DIB b
CVMFC
- C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理 使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序
DibSection_noMFC
- DIB section manipulation class with no MFC