搜索资源列表
Cimage.zip
- 图像处理类库,支持JPEG、PNG、TIFF、BMP、GIF格式
DlgScrSaver.zip
- 使用CImage.lib,Jpeg.lib,png.lib开发的屏幕保护程序,可以显示多种图形格式
cimage
- 一个图像文件格式转换程序,得自国外网站,因需要下载代码,只好找些东西上传-an image file format conversion, derived from foreign web sites, download code, but to find some things upload
使用CImage类处理图像显示与格式转换的源码程序
- 这是一个使用CImage类处理图像显示与格式转换的源码程序,包含了许多可以让大家学习的内容-It is a category CImage processing and image display format conversion of source programs, including many so that we can study the contents
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.
simpleimage
- 使用cimage输入输出的,大小转换,格式变换的代码-cimage use of the input and output, the size conversion, format conversion code
20040901082001_vczx_Ex_Image
- 使用CImage类处理图像显示与格式转换 MFC 界面编程
CImageDisplayPic
- 用CImage类写的图片显示程序,可以很方便的显示缩放各种类型,bmp,jpg等格式的图像,而且可以扩充缩放功能
VC.netCImage
- VC.net类CImage的使用例子,可实现打开,保存多种文件格式的功能
CImage_ShowPIC_Format
- 该代码运用CImage类实现各种图片格式在界面上输出显示,同时还实现了图片格式转换功能.
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.
Cimage.zip 图像处理类库
- 图像处理类库,支持JPEG、PNG、TIFF、BMP、GIF格式, The picture processing class storehouse, supports JPEG, PNG, TIFF, BMP, the GIF form
CIMAGE.rar
- 一个相当有用的图像处理库,可处理gif,jpg,png,tif等常用格式,速度快,使用方便.,A very useful image processing library, can handle gif, jpg, png, tif format, such as commonly used, fast and easy to use.
CImage
- 如何使用 CImage 类加载、显示和保存各种不同的图像格式,包括 .bmp、.gif、.jpg 和 .png。-It teach you how to use CImage class show and save all kinds of picture
NW2
- 使用CImage类实现图像读取,保存,和格式转换。-CImage class implements the use of the image to read, save, and format conversion.
CImg
- CImage 1.3.3, 用C++模版技术设计的一个好用的图形库,支持BMP,JPG,PNG等多种格式,只有一个头文件,使用相当方便。-CImage 1.3.3, using C++ template technical design of a useful graphics library, support for BMP, JPG, PNG and other formats, only one header file, use very convenient.
CImg-1.3.4
- CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。CImage::AlphaBlend和CImage::Tran
CImage
- CImage的使用,读取多种常用格式的图像,并显示图像-CImage use, read a variety of popular image formats, and display images
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,