搜索资源列表
cimage
- 一个图像文件格式转换程序,得自国外网站,因需要下载代码,只好找些东西上传-an image file format conversion, derived from foreign web sites, download code, but to find some things upload
GDI+Draw
- 利用GDI+和CImage类实现任意格式图像的打开,复制,剪切,粘贴,选择,线性渐变,中心渐变及图形对象的绘制.-using GDI and CImage achieve arbitrary category of open-format images, copy, cut, paste, select, linear gradient, the center graded and graphical object mapping.
20040901082001_vczx_Ex_Image
- 使用CImage类处理图像显示与格式转换 MFC 界面编程
Cimage
- 支持多种格式的图像类源码 The CImage class enables an application to load, save and display a variety of bitmap types. JPEG, PNG and BMP reading and writing are implemented, plus GIF reading.
Cdb
- 此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a varie
NW2
- 使用CImage类实现图像读取,保存,和格式转换。-CImage class implements the use of the image to read, save, and format conversion.
Ex_Image
- VC++使用CImage打开图像并转换图像格式的小实例-VC++ using the open image and convert CImage small instance of image formats
uGGDDIDraws
- 运用GDI+与CImage类实现任意格式图像的打开,复制,剪切切,粘贴,选择,线性渐变,中心渐变及图形对象的绘制. -Any format images to open to use GDI+ CImage class, copy, cut honestly, paste, select, linear gradient, the center of the gradient and drawing graphic objects.
DrawImage
- CImage类的使用!c++绘图,支持多种图片格式!绝对实用经典。-c++ mapping, support for various image formats.
CImage
- CBitmap 类只能处理BMP格式的图片,非常受限。 而CImage可以处理JPGE GIF BMP PNG多种格式图片,扩展了图片处理功能 且能与CBitmap 进行转换( 因为所载入的位图句柄都是HBITMAP,所以可相互转换),因此引入CImage类进行图像处理- CImage provides enhanced bitmap support, including the ability to load and save images in JPEG, GIF, BMP,
Pdf2Png
- vc++代码, MuPDF转png图片,速度很快,效果也很好。 如果需要其它格式的图片,可以把png转为其它格式,这种转图片格式的库很多,VC++中可直接使用CImage,非常方便,也可以直接使用CImag来显示PNG图片。-convert pdf to png by using mupdf.