搜索资源列表
DICOMANDDIB
- 转化为DIB位图再显示出来的DICOM文件C++ 转化为DIB位图再显示出来的DICOM文件C++转化为DIB位图再显示出来的DICOM文件C
DIB
- 用visual c++写的关于bmp处理的程序,里面一个关于bmp处理的类,包括对真彩图和普通图的处理。
MyViewer
- 可以快速查看: 压缩文件 :.zip WEB文件 :.htm,.html,.shtml 文本文件 :.rtf, \".gq\", \".txt\", \".diz\", \".bas\", \".frm\", \".bat\", \".vbp\", \".c\", \".cpp\", \".mak\" \".vbw\", \".doc\", \".url\" 图象文件 :\".bmp\", \".gif\", \".jpg\", \".ico\", \".
Cdb
- 此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a varie
DIBSectionLite_demo
- DIB处理的一些函数 -Some functions using DIB
draw_bmp_file
- 显示一位图文件 -Display a dib file
window2dib
- 将一个窗口的图象存为DIB -Storing a window s image to DIB
DIBDisplay
- 该源码主要针对利用Visual C++进行图像编程 其中主要介绍如何创建自己的DIB类,利用这个类来进行图像编程-The main source for the use of Visual C++ Image program which describes how to create your own DIB class, use this category for Graphics Programming
DIB
- 很简单的好东西,用Visual c++制作,-The good thing is very simple, using Visual c++ Production,
DIBDisplay
- C++编译环境下使用DIB读写BMP文件示例,大家需要就拖吧-C++ Compiler environment to read and write BMP files using the DIB example, we need to drag it
BitMapExample
- Visual C++中DDB与DIB位图编程全攻略-DDB and DIB bitmap programe used Visual C++
DIBSection
- DIB图像的分块分像素选取与修改,方便进行图像的人工交互处理-DIB image sub-pixel block selected and modified to facilitate the image of the artificial interactive treatment
DIBDisplay
- DIB 是Device-independent Bitmap(设备无关位图)的缩写,它自带颜色信息,因些调色板管理容易.DIB也使打印的灰度阴影的控制更加容易.Windows支持一些重要的DIB访问函数,下面的代码是用DIB类显示一幅图像的C++源代码.-DIB is the Device-independent Bitmap (device-independent bitmap) the abbreviation, it comes with color information, the pa
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
ShowEffect
- Visual C++6.0环境编译通过,是数字图像处理中的一个程序,通过使用DIB实现图像的特效显示-Visual C++6.0 environment through the compiler, digital image processing is a process, through the use of DIB image shows the effects
DIBDisplay
- 利用Visual C++显示DIB位图,灰度图像-DIB
ShowDIB
- DIB 位图的Visual c++显示程序-DIB bitmap Visual c++ display program. . .
All
- Visual C++数字图像实用工程案例精选,这本书所有的源代码都在这里面了。关于用DIB类进行图像处理的源代码-Visual C++ utility project digital image selected cases, this book is all the source code is in the inside. DIB class on image processing using the source code
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
BmpPreview
- c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运