在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例图形和图像处理 → cximage代码 c++ image c

cximage代码 c++ image c

图形和图像处理

下载此实例
  • 开发语言:C/C++
  • 实例大小:0.43M
  • 下载次数:8
  • 浏览次数:62
  • 发布时间:2022-05-14
  • 实例类别:图形和图像处理
  • 发 布 人:aaa945260
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】cximage代码 c image c

【实例截图】

【核心代码】

.
├── CxImage
│   ├── CxImageDLL
│   │   ├── CxImageCrtDll.cpp
│   │   ├── CxImageCrtDll.dsp
│   │   ├── CxImageCrtDll.rc
│   │   ├── CxImageDll.dsw
│   │   ├── CxImageMfcDll.clw
│   │   ├── CxImageMfcDll.cpp
│   │   ├── CxImageMfcDll.h
│   │   ├── CxImageMfcDll.rc
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StdCrt.h
│   │   ├── cximagemfcdll.dsp
│   │   ├── resource.h
│   │   └── resrc1.h
│   ├── cximage.dsp
│   ├── cximage.dsw
│   ├── license.txt
│   ├── tif_xfile.cpp
│   ├── xfile.h
│   ├── ximabmp.cpp
│   ├── ximabmp.h
│   ├── ximacfg.h
│   ├── ximadef.h
│   ├── ximadsp.cpp
│   ├── ximaenc.cpp
│   ├── ximaexif.cpp
│   ├── ximage.cpp
│   ├── ximage.h
│   ├── ximagif.cpp
│   ├── ximagif.h
│   ├── ximahist.cpp
│   ├── ximaico.cpp
│   ├── ximaico.h
│   ├── ximainfo.cpp
│   ├── ximaint.cpp
│   ├── ximaiter.h
│   ├── ximaj2k.cpp
│   ├── ximaj2k.h
│   ├── ximajas.cpp
│   ├── ximajas.h
│   ├── ximajbg.cpp
│   ├── ximajbg.h
│   ├── ximajpg.cpp
│   ├── ximajpg.h
│   ├── ximalpha.cpp
│   ├── ximalyr.cpp
│   ├── ximamng.cpp
│   ├── ximamng.h
│   ├── ximapal.cpp
│   ├── ximapcx.cpp
│   ├── ximapcx.h
│   ├── ximapng.cpp
│   ├── ximapng.h
│   ├── ximasel.cpp
│   ├── ximatga.cpp
│   ├── ximatga.h
│   ├── ximath.cpp
│   ├── ximath.h
│   ├── ximatif.cpp
│   ├── ximatif.h
│   ├── ximatran.cpp
│   ├── ximawbmp.cpp
│   ├── ximawbmp.h
│   ├── ximawmf.cpp
│   ├── ximawmf.h
│   ├── ximawnd.cpp
│   ├── xiofile.h
│   ├── xmemfile.cpp
│   └── xmemfile.h
├── demo3
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── demo3.clw
│   ├── demo3.cpp
│   ├── demo3.dsp
│   ├── demo3.h
│   ├── demo3.rc
│   ├── demo3Doc.cpp
│   ├── demo3Doc.h
│   ├── demo3View.cpp
│   ├── demo3View.h
│   ├── memdc.h
│   ├── res
│   │   ├── Toolbar.bmp
│   │   ├── demo3.ico
│   │   ├── demo3.rc2
│   │   └── demo3Doc.ico
│   └── resource.h
├── demo3.dsw
├── doc
│   ├── blank.htm
│   ├── cximage.htm
│   ├── cximage.png
│   ├── cximage_history.htm
│   ├── cximage_libraries.htm
│   ├── cximagelogo.png
│   ├── doxy
│   │   └── html
│   │       ├── annotated.html
│   │       ├── class_cx_image-members.html
│   │       ├── class_cx_image.html
│   │       ├── doxygen.css
│   │       ├── doxygen.png
│   │       ├── files.html
│   │       ├── ftv2blank.png
│   │       ├── ftv2doc.png
│   │       ├── ftv2folderclosed.png
│   │       ├── ftv2folderopen.png
│   │       ├── ftv2lastnode.png
│   │       ├── ftv2link.png
│   │       ├── ftv2mlastnode.png
│   │       ├── ftv2mnode.png
│   │       ├── ftv2node.png
│   │       ├── ftv2plastnode.png
│   │       ├── ftv2pnode.png
│   │       ├── ftv2vertline.png
│   │       ├── functions.html
│   │       ├── functions_enum.html
│   │       ├── functions_eval.html
│   │       ├── functions_func.html
│   │       ├── functions_type.html
│   │       ├── functions_vars.html
│   │       ├── globals.html
│   │       ├── globals_defs.html
│   │       ├── globals_enum.html
│   │       ├── globals_eval.html
│   │       ├── globals_func.html
│   │       ├── globals_vars.html
│   │       ├── group___alpha.html
│   │       ├── group___attributes.html
│   │       ├── group___basic_transformations.html
│   │       ├── group___color_space.html
│   │       ├── group___constructors.html
│   │       ├── group___d_s_p.html
│   │       ├── group___decode.html
│   │       ├── group___encode.html
│   │       ├── group___initialization.html
│   │       ├── group___initializzation.html
│   │       ├── group___interpolation.html
│   │       ├── group___kernels.html
│   │       ├── group___layers.html
│   │       ├── group___painting.html
│   │       ├── group___palette.html
│   │       ├── group___pixel.html
│   │       ├── group___protected.html
│   │       ├── group___selection.html
│   │       ├── group___transformations.html
│   │       ├── index.html
│   │       ├── main.html
│   │       ├── modules.html
│   │       ├── struct_cx_image_1_1rgb__color-members.html
│   │       ├── struct_cx_image_1_1rgb__color.html
│   │       ├── struct_cx_image_1_1tag_cx_image_info-members.html
│   │       ├── struct_cx_image_1_1tag_cx_image_info.html
│   │       ├── struct_cx_image_1_1tag_cx_text_info-members.html
│   │       ├── struct_cx_image_1_1tag_cx_text_info.html
│   │       ├── tif__xfile_8cpp.html
│   │       ├── tree.html
│   │       ├── ximabmp_8cpp.html
│   │       ├── ximacfg_8h.html
│   │       ├── ximadef_8h.html
│   │       ├── ximadsp_8cpp.html
│   │       ├── ximaenc_8cpp.html
│   │       ├── ximaexif_8cpp.html
│   │       ├── ximage_8cpp.html
│   │       ├── ximage_8h.html
│   │       ├── ximagif_8cpp.html
│   │       ├── ximahist_8cpp.html
│   │       ├── ximaico_8cpp.html
│   │       ├── ximainfo_8cpp.html
│   │       ├── ximaint_8cpp.html
│   │       ├── ximaj2k_8cpp.html
│   │       ├── ximajas_8cpp.html
│   │       ├── ximajbg_8cpp.html
│   │       ├── ximajpg_8cpp.html
│   │       ├── ximalpha_8cpp.html
│   │       ├── ximalyr_8cpp.html
│   │       ├── ximamng_8cpp.html
│   │       ├── ximapal_8cpp.html
│   │       ├── ximapcx_8cpp.html
│   │       ├── ximapng_8cpp.html
│   │       ├── ximasel_8cpp.html
│   │       ├── ximatga_8cpp.html
│   │       ├── ximath_8cpp.html
│   │       ├── ximatif_8cpp.html
│   │       ├── ximatran_8cpp.html
│   │       ├── ximawbmp_8cpp.html
│   │       ├── ximawmf_8cpp.html
│   │       ├── ximawnd_8cpp.html
│   │       └── xmemfile_8cpp.html
│   ├── doxyfile.txt
│   ├── layers.jpg
│   ├── libjpeg_patches.zip
│   ├── libtiff_patches.zip
│   ├── structure2.png
│   ├── top.htm
│   ├── tree.png
│   └── xdp.css
├── index.htm
└── 好例子网_cximage599c_lite.zip

7 directories, 199 files



实例下载地址

cximage代码 c++ image c

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警