搜索资源列表
DIBTODDB
- 如何把DIB转换成DDB 适用语言: Java .NET PHP/ASP/PERL 运行平台: Windows 2000 Windows XP Windows NT-how DIB into DDB applicable language : Java.NET PHP / ASP / PERL platforms : Windows 2000 Windows XP Windows NT
CDisplayMode
- DIB图像的读取,存储,图像大小的获得,与DDB之间的转换,DDB图像数据的读取存储。
ScreenCapture
- 一个用VC编写的实用屏幕截图演示程序。程序中将DDB位图转换成DIB位图,并将位图拷到剪贴板上。
dibbmp
- vc++实现位图转换 Converting DIB to DDB 将一个设备无关的位图转换成设备相关的位图-vc Bitmap Conversion Converting DIB to DDB to a device-independent bitmap conversion equipment related to the Bitmap
chap01
- 实现Windows环境下的DIb与DDB转换-The realization of Windows environment and DDB Dib conversion
BitMapExample
- Visual C++中DDB与DIB位图编程全攻略-DDB and DIB bitmap programe used Visual C++
DDB_DIB
- 位图中DDB与DIB的区别介绍,以及编程全攻略,文档中有代码的-Medium Bitmap DDB and DIB introduce the distinction, as well as programming the entire Raiders, the document has code
DDBAndDIB
- 程序主要通过DDB和DIB,分别实现图像的获取和显示-Procedures primarily through the DDB and DIB, were the realization of image acquisition and display
cpicture
- c++语言 ,在picture中显示bitmap-Within your program, you may have three different forms of a bitmap, a device-independent bitmap (DIB), a device-dependent bitmap (DDB) and a DIB section. The DIB is essen
TransformShow2
- bitmap ddb 、dib模式处理的图片旋转,放大、缩小等功能。-bitmap ddb, dib pattern processing image rotate, zoom in, zoom and other functions.
mandelbrot
- This code draws the famous Mandelbrot set, allowing you to zoom in and out, change iteration levels and colors. You can also save the output as a BMP which demonstrates the use of the DIB and DDB structs and APIs.-This code draws the famous Mandelbro
Dib
- ConvertDDBToDIB从ddb到dib转换的类-ConvertDDBToDIB ddb to dib conversion from the class
gdi-class
- gdi class library load bmp, jpg and save to bmp jpg and many other format display bitmap draw font using dib and ddb
prmme-inner-binding
- 把DDB转换成DIB To convert the DDB DIB-To convert the DDB DIB To convert the DDB DIB
BmpPreview
- c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运
DDB2DIB
- 里面包含两个函数,主要功能是将设备相关的位图转化成设备无关的位图。(It contains two functions, the main function is to transform device related bitmaps into device independent bitmaps.)