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

搜索资源列表

  1. Cimage

    0下载:
  2. 利用开源的图形图像处理库Opencv,在对话框上显示多种图片!-display image with the opencv!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:71664
    • 提供者:lijie
  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. CxImage

    0下载:
  2. Generic Image handling class. very useful if you lack CImage, also is a good replacement in some cases from CImage.-Generic Image handling class. very useful if you lack CImage, also is a good replacement in some cases from CImage.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:33291
    • 提供者:Rick Zacharias
  1. Smart-Sharp-Alpha1.1

    0下载:
  2. 本人编写的飞思卡尔智能车摄像头组的上位机,使用了CSerialPort类和CImage类-I prepared Freescale smart car PC camera group, the use of classes and CImage CSerialPort
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1960516
    • 提供者:齐江博
  1. Pdf2Png

    1下载:
  2. vc++代码, MuPDF转png图片,速度很快,效果也很好。 如果需要其它格式的图片,可以把png转为其它格式,这种转图片格式的库很多,VC++中可直接使用CImage,非常方便,也可以直接使用CImag来显示PNG图片。-convert pdf to png by using mupdf.
  3. 所属分类:GUI Develop

    • 发布日期:2014-08-04
    • 文件大小:1620992
    • 提供者:Arthur
  1. Image

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

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

    0下载:
  2. 开源库ximage使用,ximage与mfc的CImage读写图片速度比较。-Ximage use open source libraries, ximage with mfc pictures of CImage write speed comparison.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:253100
    • 提供者:linjuncheng
  1. ImageProcessing

    0下载:
  2. VC2010 图像处理 基本框架 使用MFC的CImage类-Image Processing VC2010 CImage
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:216370
    • 提供者:kevin
  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. User_CImage_Merge_Picture_And_Save

    0下载:
  2. 利用CImage将多个小图拼成大图,并保存-use ‘CImage Merge multiple small complete picture to big picture, and save
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4591795
    • 提供者:fumin
  1. atlimage

    0下载:
  2. 使CImage保存jpeg图片时能设置质量,具体操作是在atlimage.h文件中增加SaveJpeg函数,具体实现见文件,和系统的atlimange.h比对一下就知道改了哪里,如果用替换的方法,记得先备份原始文件。-CImage save JPEG images can set the quality, the specific operation is to increase the atlimage.h file in the SaveJpeg file, the specific rea
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:8167
    • 提供者:fumin
  1. list

    0下载:
  2. list控件与图片显示,包含了listctrl控件 icon模式,GDI+显示图像,CImage类 图片;多线程刷图等-list control and image display, including listctrl control icon mode, GDI+ display images, CImage Image multithreading brush maps
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-06-03
    • 文件大小:15069045
    • 提供者:甄治钧
  1. gifs

    0下载:
  2. image .gif use add library matrix 32x64 by arduino
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:17314816
    • 提供者:minhnhatnt3000
  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 2 3»
搜珍网 www.dssz.com