CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CImage Class

搜索资源列表

  1. Cdb

    0下载:
  2. 此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a varie
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6159
    • 提供者:久星
  1. picture3

    0下载:
  2. 利用MFC实现画图功能,利用CImage类作为画图控件,实现矩形、椭圆等不同图形、不同线型的绘制。-Achieved using MFC drawing functions, the use of CImage class as drawing the control to achieve rectangle, ellipse different graphics, different line drawing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5213281
    • 提供者:lee
  1. Rotate

    0下载:
  2. 用CImage类编写的图片旋转代码,对图像处理方面有需要的人可以参考一下-Written with CImage class picture rotation code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12230372
    • 提供者:沈宇轩
  1. PicTest

    0下载:
  2. 对CImage类进行封装,新的CImage 类能对多种格式的图片进行水平翻转,竖直翻转,顺时针,逆时针翻转,以及图片保存与转化-CImage class package for the new formats CImage class can flip the picture horizontally, flip vertically, clockwise, counterclockwise turn, and the preservation and conversion of images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:96482
    • 提供者:朱长利
  1. CImageEx

    0下载:
  2. Windows平台下图形库文件 实例为: class CImageEx{ }-Windows platform graphics libraries for example : class CImageEx ()
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-25
    • 文件大小:5912
    • 提供者:
  1. ImageShow

    0下载:
  2. 使用VC++的CImage类显示和保存图像,利用MFC编程-The use of VC++ Class CImage the display and preservation of images, the use of MFC Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3848652
    • 提供者:jason
  1. BmpOperator

    0下载:
  2. 简单的图片打开,保存,放大缩小等功能vc实现,不使用vs2005中的cimage类,手动读入图像文件-image process, open, save image, zoom in, out image. vs2005 image class is not using, but do in manual.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:133815
    • 提供者:luxin
  1. chudiangame

    0下载:
  2. 演示连连看游戏的例子,是采用cimage类开发的,图片可以更换-Demo Lianliankan game example is the use of cimage class developed images can be replaced
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:116967
    • 提供者:cb
  1. HY_800Cut

    0下载:
  2. 自己写的百度贴吧 吧刊图片裁剪器 贴吧图片只支持 800*800,把裁剪改大小等过程集成了过来 顺便还有CImange下的图片缩小算法,为了效率没使用CImage类的GetPixel,直接对内存操作。。。 还有图片裁剪算法,可以用于参考理解CImage-Write your own Baidu Post Bar Bar Bar Journal posted pictures picture cutting device only supports 800* 800, chang
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:327390
    • 提供者:yin
  1. windows(fileandview)

    0下载:
  2. (Image)编写一个读显BMP文件[和其他图象文件]的MDI程序,要求:实现文件过滤、创建滚动视图类、对小位图使子窗口按适应图大小、对大位图支持子窗口的滚动。[可以使用CImage类]-(Image) was prepared by a read BMP files [and other image file] of the MDI program requirements: implementation file filtering, create a scroll view class,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-01
    • 文件大小:930752
    • 提供者:siheng_yq
  1. cimage

    0下载:
  2. xImage是不错的图像处理类,下载下来后,发现太复杂,详细说明的文档也没有,对我等VC新手来说只能慢慢摸索了。个人总结经验如下:-xImage is a good image processing class, download it, it was found too complicated and no detailed descr iption of the document, such as VC novices to me only slowly explored. Individu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3306
    • 提供者:dlw
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. uGGDDIDraws

    0下载:
  2. 运用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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:200679
    • 提供者:家庭教师
  1. ImageDemo

    0下载:
  2. CImage类编写的图像处理,包括读取,存储,复制,放缩,镜像-The CImage class written in image processing, including reading, store, copy, zoom, mirror
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:170858
    • 提供者:李冠达
  1. SaveImage2File_vs2010

    1下载:
  2. 将窗口保存为JPG、PNG等图片格式,演示了CImage类在VC++中的应用,在VS2010下编译通过。-Save the dialog windows as JPG, PNG file, demonstrated the the CImage class in VC++, compiled by VS2010 under.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:65670
    • 提供者:纪金豹
  1. ball-collision

    0下载:
  2. 本工程在VS2008下通过编译。 exe需要读取res文件夹中的图片资源,所以请确认资源的存在。 工程主要是通过数学的向量计算来模拟物理中的碰撞现象 CBall类是小球的特性类。有移动,碰撞反射等动作,以及各种属性。 显示主要是用到了GDI+的CImage类显示,因为它支持alpha通道。 工程还有单缓冲,双缓冲效果演示,有帧数显示。 但工程还有缺陷,有时候球会粘到一起,还不知道具体如何解决,知道的童鞋回复告诉一下。-The project by compiling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-10
    • 文件大小:1626507
    • 提供者:Roy
  1. BWChess

    0下载:
  2. 用mfc简单实现的五子棋,主要使用了CImage类绘制,没有AI,只支持同电脑两人-Mfc achieved with a simple backgammon, mainly used CImage class to draw, no AI, with the computer supports only two
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-02
    • 文件大小:847747
    • 提供者:鲁格
  1. Image

    0下载:
  2. CImage类的接口文件,对于用C来编程处理图像的童鞋很有必要将其添加到工程项目中-interface for the CImage class.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1109
    • 提供者:General
  1. CimageGetRGB

    0下载:
  2. 这是通过cimage类来获取BMP文件的RBG值的几个函数-This is to get several functions RBG value of BMP files through cimage class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:940
    • 提供者:吕历史
  1. desktopimage

    1下载:
  2. vs2017 c++ mfc 利用CimageDC 类 截屏显示保存文件 CWindowDC winDC(pWnd); pWnd->GetWindowRect(&rect); int nBPP = winDC.GetDeviceCaps(BITSPIXEL) * winDC.GetDeviceCaps(PLANES); if (nBPP < 24) { nBPP = 24; } bStat = ima
  3. 所属分类:Windows编程

    • 发布日期:2020-07-21
    • 文件大小:66560
    • 提供者:qq8533
« 1 23 »
搜珍网 www.dssz.com