搜索资源列表
paintlib-2.5.0
- paintlib是一个可移植的用于图像加载、保存和处理的C++类库。可从BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF和WMF文件中加载图像,且可保存为BMP, JPEG, PNG和TIFF格式。既可通过在过滤器类中执行过滤, 也可通过直接访问位图来进行图像处理。提供了完整的C++源码。-paintlib is a transplant can be used to image loading, storage and handling o
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
装载、保存256色位图的函数
- 装载、保存256色位图的函数.rar-loading, preserved 256-color bitmap functions. Rar
FreeImage3100
- It was originally developed to provide bitmap loading support to an authoring tool named the Magenta Multimedia Tool.
xingqiong
- 利用OpenGL模拟太阳系星球运转 Title: OpenGL with VB6 Author: Saadat Ali Shah Email: shahji_2000@yahoo.com Environment: VB 6.0, Win98/Me/XP Keywords: OpenGL, multiple viewports, mouse picking Level: Intermediate Category: VisualBasic/Graphics/OpenGL
ImageLoad.rar
- MFC只提供了BMP位图的载入,我给大家提供一个包含JPG GIF TIF PNG 格式图片载入的类库,MFC provides only BMP bitmap loading, let us provide an included JPG GIF TIF PNG format image loading library
09_Transparent.rar
- 使用OpenGL载入纹理,并在旋转的物体上贴图并打上光线以及混色(透明)处理。在3D场景中移动位图,并去除位图上的黑色象素(使用混色),着为黑白纹理上色。,The use of OpenGL texture loading, and rotating objects in the map and marked with light and color (transparent) to deal with. Mobile 3D scene in the bitmap and bitmaps to
bbl
- BBL is code library which can be used for loading, saving and managing of bitmap data.
project-Win32BITblt
- 包含填充图形,位图加载,缩放,小球移动等实例,与大家分享-Filled with graphics, bitmap loading, scaling, moving the ball as examples to share with you
xyjpic1
- 此代码实现了24位图的,加载,灰度化,大津法二值化,以及保存处理后的位图。以及对位图的截屏。-This code implements a 24-bit map, loading, gray-oriented, Otsu binarization method, and the preservation of processed bitmap. As well as the cut-off screen bitmap.
BitmapPicture_demo
- this code is an example for loading bitmap picture
dib
- 对图像的位图进行处理,比如图像的加载,计算图像的信息。-Bitmap image processing, such as image loading, calculation of the image information.
cdib
- // 文件: Dib.cpp // 内容: 设备无关位图类-源文件 // 功能: (1)位图的加载与保存; // (2)位图信息的获取; // (3)位图数据的获取; // (3)位图的显示; // (4)位图的转换; // (5)位图相关判断;-//File: Dib.cpp// content: device-independent bitmap class- the source file// function: (1) loading and saving b
showdib
- 在数字图像处理中应用到的一个辅助基础类,CDib类,提供对DIB的操作,包括装载位图,获取位图相关信息,创建调色板,绘制位图等。-An auxiliary base class applied to digital image processing, CDib class DIB operation, including loading bitmaps, get information, create bitmap palette, draw the bitmap.
img
- 用于工业视觉领域,作为图像处理的基础类,集成了图像加载写入,图像运算,获取位图基本信息,绘制位图,像素操作等等基础类操作-For industrial vision, as the basis for class image processing, integration of image loading is written, image operation, to obtain basic information about the bitmap, draw bitmaps, and so
Dib
- 1.位图的加载与保存 2.将彩色位图转换成灰度位图 3.将灰度位图转换成彩色位图-1 bitmap loading and saving 2 color bitmap into grayscale bitmap 3 grayscale bitmap into color bitmap