Welcome![Sign In][Sign Up]
Location:
Search - cimage

Search list

[Graph program一个利用CImage Lib开发的屏幕保护程序源代码.rar

Description:
Platform: | Size: 1676140 | Author: | Hits:

[Graph program使用CImage类处理图像显示与格式转换.zip

Description:
Platform: | Size: 111712 | Author: | Hits:

[Graph programCimage.zip

Description: 图像处理类库,支持JPEG、PNG、TIFF、BMP、GIF格式
Platform: | Size: 914480 | Author: | Hits:

[Graph programDlgScrSaver.zip

Description: 使用CImage.lib,Jpeg.lib,png.lib开发的屏幕保护程序,可以显示多种图形格式
Platform: | Size: 773811 | Author: | Hits:

[Graph programCImg-1-09

Description: 非常强大的图像处理工具。可重复使用的Ciamge类。可处理三维图像。是国际上最强的图像处理工具-powerful image processing tool. an reusable Cimage class.it is able to process 3d images.the most powerful tool for image processing of the internaltional
Platform: | Size: 9783770 | Author: 王大磊 | Hits:

[Other resource用CImage类实现图象实例

Description: 本压缩软件有vc++图象处理编程的源代码,相信会对从事图像处理的各位有所帮助- This compression software has the vc imagery processing programming the source code, believed can to be engaged in picture processing each position to have the help
Platform: | Size: 70670 | Author: 刘英 | Hits:

[GDI-Bitmapcimage

Description: 一个图像文件格式转换程序,得自国外网站,因需要下载代码,只好找些东西上传-an image file format conversion, derived from foreign web sites, download code, but to find some things upload
Platform: | Size: 2357686 | Author: 飞翔 | Hits:

[GDI-BitmapGDI+Draw

Description: 利用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.
Platform: | Size: 201054 | Author: 菜鸟高手 | Hits:

[Other resourceUse_of_CImage_Class

Description: 《CImage类的使用》,利用CImage实现图像的显示与常规处理-"CImage category of use." CImage use of the Image Display and conventional treatment
Platform: | Size: 116329 | Author: 罗龙文 | Hits:

[Graph program一个利用CImage Lib开发的屏幕保护程序源代码

Description: 利用图像库开发屏幕保护-image for the development of screen protection
Platform: | Size: 1676407 | Author: 伊凡 | Hits:

[GDI-BitmapCImageTest

Description: 封装了一个类CImage,实现BMP图像的读取、显示及出来操作,非常适合图像处理初学者参考。-Packaging, a category CImage achieve BMP images read, and showed up operation, very suitable for beginners reference image processing.
Platform: | Size: 132013 | Author: chengang | Hits:

[OpenCVCImage

Description: 经典的opencv入门介绍,值得初学者学习-Opencv introduction to the classic, it is worth learning for beginners
Platform: | Size: 1024 | Author: 张欢 | Hits:

[Special EffectsTestCImage

Description: CImage类的测试实例,里面是一个可用的小工程,很初级的-CImage class test case, which is available for small projects, very early
Platform: | Size: 109568 | Author: 小志志 | Hits:

[GDI-BitmapCImage

Description:  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++ the CBitmap class and static picture control function is relatively weak, it only shows the icon resources, bitmaps, cursors, as well as the contents of the metafile, rather than the Image control in VB show the vast majority of external image files (BMP, GIF,, JPEG, etc.). Therefore, I want to display external image files in a dialog or other window only by means of third party controls or code. Now, new class CImage MFC and ATL shared many of the corresponding method for image processing, which makes the Visual C++ of defects in the image is gone forever.
Platform: | Size: 233472 | Author: terry | Hits:

[Special EffectsOpenMP-Use-CImage

Description: 基于对话框的VC++代码,图像的读取、显示和处理用VC的CImage类,同时添加了OpenMP的超线程,大大提高了代码的运行速度-Based on the dialog VC++ code image read, display and processing of VC CImage class, while adding OpenMP Hyper-Threading, greatly improving the speed of the code
Platform: | Size: 14595072 | Author: 庞茜 | Hits:

[GDI-BitmapCImage--Class

Description: Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。 现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法.-The Visual C++ class CBitmap and static picture control function is weak, it can only show in a resource, bitmap, cursor and icon metafile contents, rather than VB in Image control can display the external image files most (BMP, GIF, JPEG etc.). Therefore, to show the external image files only with control or code provided to the third party in the dialog box or other window. Now, a new class of CImage MFC and ATL sharing provides a number of the corresponding method for image processing.
Platform: | Size: 13312 | Author: 赵聪 | Hits:

[Windows DevelopCImage

Description: 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, and Portable Network Graphics (PNG) formats
Platform: | Size: 10240 | Author: 彭倜 | Hits:

[Software EngineeringCImage

Description: 文档中介绍了对于CImage用法的一些基本介绍,让我们对CImage类有了更进一步的了解。-Introduced in the document for CImage usage of some basic introduction, let us to the CImage class have further understanding.
Platform: | Size: 17408 | Author: 张潇 | Hits:

[Special EffectsVC6-calls-VS2008-CImage

Description: 将vs2008 CImage类封装成dll, 然后在vc6.0调用,包含dll源码以及vc6测试代码,很适合初学者研究!-Vs2008 CImage class encapsulates a dll, then vc6.0 calls, including source code and dll vc6 test code, it is suitable for beginners to study!
Platform: | Size: 17530880 | Author: | Hits:

[Special Effectsimagecut

Description: 使用cimage类加载图片,点击会对当前图片进行剪切,代码中按照高度的一半进行剪切,可以修改为任意比例(Using the CImage class to load pictures, click on the current image will be cut, the code in accordance with half the height of the shear, can be modified to any proportion)
Platform: | Size: 23861248 | Author: kaiser3377 | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net