在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 图像处理DCRAW

图像处理DCRAW

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:22.63M
  • 下载次数:2
  • 浏览次数:214
  • 发布时间:2021-10-28
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
读取raw、jpeg、bmp等多种格式的文件,可完成gamma矫正等各种ISP功能
【实例截图】
【核心代码】
cximage600_full.rar
└── cximage600_full
├── bin
│   ├── demod.exe
│   ├── demod.exp
│   ├── demod.ilk
│   └── demod.lib
├── CxImage
│   ├── CxImageDLL
│   │   ├── CxImageCrtDll.cpp
│   │   ├── CxImageCrtDll.dsp
│   │   ├── CxImageCrtDll.rc
│   │   ├── CxImageCrtDll.vcproj
│   │   ├── CxImageCrtDll.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   │   ├── CxImageDll.dsw
│   │   ├── CxImageMfcDll.clw
│   │   ├── CxImageMfcDll.cpp
│   │   ├── cximagemfcdll.dsp
│   │   ├── CxImageMfcDll.h
│   │   ├── CxImageMfcDll.rc
│   │   ├── cximagemfcdll.vcproj
│   │   ├── cximagemfcdll.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   │   ├── resource.h
│   │   ├── resrc1.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── StdCrt.h
│   ├── cximage.dsp
│   ├── cximage.dsw
│   ├── cximage.vcproj
│   ├── cximage.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── cximage.lib
│   │   ├── tif_xfile.obj
│   │   ├── vc90.idb
│   │   ├── vc90.pdb
│   │   ├── ximabmp.obj
│   │   ├── ximadsp.obj
│   │   ├── ximaenc.obj
│   │   ├── ximaexif.obj
│   │   ├── xImage.obj
│   │   ├── ximagif.obj
│   │   ├── ximahist.obj
│   │   ├── ximaico.obj
│   │   ├── ximainfo.obj
│   │   ├── ximaint.obj
│   │   ├── ximajas.obj
│   │   ├── ximajbg.obj
│   │   ├── ximajpg.obj
│   │   ├── ximalpha.obj
│   │   ├── ximalyr.obj
│   │   ├── ximamng.obj
│   │   ├── ximapal.obj
│   │   ├── ximapcx.obj
│   │   ├── ximapng.obj
│   │   ├── ximaraw.obj
│   │   ├── ximasel.obj
│   │   ├── ximaska.obj
│   │   ├── ximatga.obj
│   │   ├── ximath.obj
│   │   ├── ximatif.obj
│   │   ├── ximatran.obj
│   │   ├── ximawbmp.obj
│   │   ├── ximawmf.obj
│   │   ├── ximawnd.obj
│   │   └── xmemfile.obj
│   ├── 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
│   ├── 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
│   ├── ximaraw.cpp
│   ├── ximaraw.h
│   ├── ximasel.cpp
│   ├── ximaska.cpp
│   ├── ximaska.h
│   ├── 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
├── CxImgLib.dsw
├── CxImgLib.ncb
├── CxImgLib.sln
├── CxImgLib.suo
├── demo
│   ├── BCMenu.cpp
│   ├── BCMenu.h
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── Debug
│   │   ├── BCMenu.obj
│   │   ├── BuildLog.htm
│   │   ├── ChildFrm.obj
│   │   ├── demod.exe.embed.manifest
│   │   ├── demod.exe.embed.manifest.res
│   │   ├── demod.exe.intermediate.manifest
│   │   ├── demoDoc.obj
│   │   ├── demod.pdb
│   │   ├── demo.obj
│   │   ├── demo.pch
│   │   ├── demo.res
│   │   ├── demoView.obj
│   │   ├── DlgCapture.obj
│   │   ├── DlgColorize.obj
│   │   ├── DlgCombine.obj
│   │   ├── DlgCustomFilter.obj
│   │   ├── DlgDataExt.obj
│   │   ├── DlgDecBpp.obj
│   │   ├── DlgDither.obj
│   │   ├── DlgExpand.obj
│   │   ├── DlgFFT.obj
│   │   ├── DlgFloodFill.obj
│   │   ├── DlgGamma.obj
│   │   ├── DlgHisto.obj
│   │   ├── DlgIncBpp.obj
│   │   ├── DlgJpeg.obj
│   │   ├── DlgMix.obj
│   │   ├── DlgOpacity.obj
│   │   ├── DlgOptions.obj
│   │   ├── DlgPalette.obj
│   │   ├── DlgRepair.obj
│   │   ├── DlgResample.obj
│   │   ├── DlgRotate.obj
│   │   ├── DlgShadow.obj
│   │   ├── DlgSkew.obj
│   │   ├── DlgText.obj
│   │   ├── DlgThreshold.obj
│   │   ├── DlgURL.obj
│   │   ├── logomdi.obj
│   │   ├── MainFrm.obj
│   │   ├── mt.dep
│   │   ├── Quantize.obj
│   │   ├── StdAfx.obj
│   │   ├── TwainCpp.obj
│   │   ├── vc90.idb
│   │   ├── vc90.pdb
│   │   └── xTargetButton.obj
│   ├── demo.clw
│   ├── demo.cpp
│   ├── demoDLL.dsp
│   ├── demoDLL.vcproj
│   ├── demoDLL.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── demoDoc.cpp
│   ├── demoDoc.h
│   ├── demo.dsp
│   ├── demo.dsw
│   ├── demo.h
│   ├── demo.mak
│   ├── demo.rc
│   ├── demo.vcproj
│   ├── demo.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── demoView.cpp
│   ├── demoView.h
│   ├── dlgcapture.cpp
│   ├── dlgcapture.h
│   ├── DlgColorize.cpp
│   ├── DlgColorize.h
│   ├── DlgCombine.cpp
│   ├── DlgCombine.h
│   ├── DlgCustomFilter.cpp
│   ├── DlgCustomFilter.h
│   ├── DlgDataExt.cpp
│   ├── DlgDataExt.h
│   ├── DlgDecBpp.cpp
│   ├── DlgDecBpp.h
│   ├── DlgDither.cpp
│   ├── DlgDither.h
│   ├── DlgExpand.cpp
│   ├── DlgExpand.h
│   ├── DlgFFT.cpp
│   ├── DlgFFT.h
│   ├── DlgFloodFill.cpp
│   ├── DlgFloodFill.h
│   ├── DlgGamma.cpp
│   ├── DlgGamma.h
│   ├── DlgHisto.cpp
│   ├── DlgHisto.h
│   ├── DlgIncBpp.cpp
│   ├── DlgIncBpp.h
│   ├── DlgJpeg.cpp
│   ├── DlgJpeg.h
│   ├── DlgMix.cpp
│   ├── DlgMix.h
│   ├── DlgOpacity.cpp
│   ├── DlgOpacity.h
│   ├── DlgOptions.cpp
│   ├── DlgOptions.h
│   ├── DlgPalette.cpp
│   ├── DlgPalette.h
│   ├── DlgRepair.cpp
│   ├── DlgRepair.h
│   ├── DlgResample.cpp
│   ├── DlgResample.h
│   ├── DlgRotate.cpp
│   ├── DlgRotate.h
│   ├── DlgShadow.cpp
│   ├── DlgShadow.h
│   ├── DlgSkew.cpp
│   ├── DlgSkew.h
│   ├── DlgText.cpp
│   ├── DlgText.h
│   ├── DlgThreshold.cpp
│   ├── DlgThreshold.h
│   ├── DlgURL.cpp
│   ├── DlgURL.h
│   ├── enumwnd.h
│   ├── logomdi.cpp
│   ├── logomdi.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── memdc.h
│   ├── Quantize.cpp
│   ├── Quantize.h
│   ├── Res
│   │   ├── b1.ico
│   │   ├── bg2.jpg
│   │   ├── bg3.jpg
│   │   ├── bg.bmp
│   │   ├── bg.gif
│   │   ├── bg.jpg
│   │   ├── bg.tif
│   │   ├── canc.ico
│   │   ├── demoDoc.ico
│   │   ├── demo.ico
│   │   ├── demo.rc2
│   │   ├── gray.ico
│   │   ├── ico2.ico
│   │   ├── no1.ico
│   │   ├── ok.ico
│   │   ├── r1.ico
│   │   ├── toolbar1.bmp
│   │   ├── toolbar2.bmp
│   │   ├── Toolbar.bmp
│   │   └── us.png
│   ├── resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── TwainCpp.cpp
│   ├── TwainCpp.h
│   ├── twain.h
│   ├── xTargetButton.cpp
│   └── xTargetButton.h
├── demo2
│   ├── Console.cpp
│   ├── Console.dsp
│   ├── Console.dsw
│   └── StdAfx.h
├── doc
│   ├── blank.htm
│   ├── cximage_history.htm
│   ├── cximage_libraries.htm
│   ├── cximagelogo.png
│   ├── doxy
│   │   └── html
│   │   ├── annotated.html
│   │   ├── class_cx_file.html
│   │   ├── class_cx_file-members.html
│   │   ├── class_cx_image.html
│   │   ├── class_cx_image-members.html
│   │   ├── class_cx_mem_file.html
│   │   ├── class_cx_mem_file-members.html
│   │   ├── class_cx_point2.html
│   │   ├── class_cx_point2-members.html
│   │   ├── class_cx_rect2.html
│   │   ├── class_cx_rect2-members.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_0x62.html
│   │   ├── functions_0x63.html
│   │   ├── functions_0x64.html
│   │   ├── functions_0x65.html
│   │   ├── functions_0x66.html
│   │   ├── functions_0x67.html
│   │   ├── functions_0x68.html
│   │   ├── functions_0x69.html
│   │   ├── functions_0x6a.html
│   │   ├── functions_0x6b.html
│   │   ├── functions_0x6c.html
│   │   ├── functions_0x6d.html
│   │   ├── functions_0x6e.html
│   │   ├── functions_0x6f.html
│   │   ├── functions_0x70.html
│   │   ├── functions_0x71.html
│   │   ├── functions_0x72.html
│   │   ├── functions_0x73.html
│   │   ├── functions_0x74.html
│   │   ├── functions_0x75.html
│   │   ├── functions_0x77.html
│   │   ├── functions_0x78.html
│   │   ├── functions_0x79.html
│   │   ├── functions_0x7e.html
│   │   ├── functions_enum.html
│   │   ├── functions_eval.html
│   │   ├── functions_func_0x62.html
│   │   ├── functions_func_0x63.html
│   │   ├── functions_func_0x64.html
│   │   ├── functions_func_0x65.html
│   │   ├── functions_func_0x66.html
│   │   ├── functions_func_0x67.html
│   │   ├── functions_func_0x68.html
│   │   ├── functions_func_0x69.html
│   │   ├── functions_func_0x6a.html
│   │   ├── functions_func_0x6b.html
│   │   ├── functions_func_0x6c.html
│   │   ├── functions_func_0x6d.html
│   │   ├── functions_func_0x6e.html
│   │   ├── functions_func_0x6f.html
│   │   ├── functions_func_0x70.html
│   │   ├── functions_func_0x71.html
│   │   ├── functions_func_0x72.html
│   │   ├── functions_func_0x73.html
│   │   ├── functions_func_0x74.html
│   │   ├── functions_func_0x75.html
│   │   ├── functions_func_0x77.html
│   │   ├── functions_func_0x78.html
│   │   ├── functions_func_0x79.html
│   │   ├── functions_func_0x7e.html
│   │   ├── functions_func.html
│   │   ├── functions.html
│   │   ├── functions_type.html
│   │   ├── functions_vars.html
│   │   ├── globals_defs.html
│   │   ├── globals_enum.html
│   │   ├── globals_eval.html
│   │   ├── globals_func.html
│   │   ├── globals.html
│   │   ├── globals_vars.html
│   │   ├── group___alpha.html
│   │   ├── group___attributes.html
│   │   ├── group___basic_transformations.html
│   │   ├── group___color_space.html
│   │   ├── group___constructors.html
│   │   ├── group___decode.html
│   │   ├── group___d_s_p.html
│   │   ├── group___encode.html
│   │   ├── group___initialization.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.html
│   │   ├── struct_cx_image_1_1rgb__color-members.html
│   │   ├── struct_cx_image_1_1tag_cx_text_info.html
│   │   ├── struct_cx_image_1_1tag_cx_text_info-members.html
│   │   ├── tab_b.gif
│   │   ├── tab_l.gif
│   │   ├── tab_r.gif
│   │   ├── tabs.css
│   │   ├── tif__xfile_8cpp.html
│   │   ├── tree.html
│   │   ├── xfile_8h.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
│   │   ├── 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
│   │   ├── ximaraw_8cpp.html
│   │   ├── ximasel_8cpp.html
│   │   ├── ximaska_8cpp.html
│   │   ├── ximatga_8cpp.html
│   │   ├── ximath_8cpp.html
│   │   ├── ximath_8h.html
│   │   ├── ximatif_8cpp.html
│   │   ├── ximatran_8cpp.html
│   │   ├── ximawbmp_8cpp.html
│   │   ├── ximawmf_8cpp.html
│   │   ├── ximawnd_8cpp.html
│   │   ├── xmemfile_8cpp.html
│   │   └── xmemfile_8h.html
│   ├── libjpeg_patches.zip
│   ├── libtiff_patches.zip
│   ├── top.htm
│   └── xdp.css
├── index.htm
├── jasper
│   ├── base
│   │   ├── jas_cm.c
│   │   ├── jas_debug.c
│   │   ├── jas_getopt.c
│   │   ├── jas_icc.c
│   │   ├── jas_iccdata.c
│   │   ├── jas_image.c
│   │   ├── jas_init.c
│   │   ├── jas_malloc.c
│   │   ├── jas_seq.c
│   │   ├── jas_stream.c
│   │   ├── jas_string.c
│   │   ├── jas_tmr.c
│   │   ├── jas_tvp.c
│   │   └── jas_version.c
│   ├── bmp
│   │   ├── bmp_cod.c
│   │   ├── bmp_cod.h
│   │   ├── bmp_dec.c
│   │   ├── bmp_enc.c
│   │   └── bmp_enc.h
│   ├── Debug
│   │   ├── bmp_cod.obj
│   │   ├── bmp_dec.obj
│   │   ├── bmp_enc.obj
│   │   ├── BuildLog.htm
│   │   ├── jas_cm.obj
│   │   ├── jas_debug.obj
│   │   ├── jas_getopt.obj
│   │   ├── jas_iccdata.obj
│   │   ├── jas_icc.obj
│   │   ├── jas_image.obj
│   │   ├── jas_init.obj
│   │   ├── jas_malloc.obj
│   │   ├── jasper.lib
│   │   ├── jas_seq.obj
│   │   ├── jas_stream.obj
│   │   ├── jas_string.obj
│   │   ├── jas_tvp.obj
│   │   ├── jas_version.obj
│   │   ├── jp2_cod.obj
│   │   ├── jp2_dec.obj
│   │   ├── jp2_enc.obj
│   │   ├── jpc_bs.obj
│   │   ├── jpc_cs.obj
│   │   ├── jpc_dec.obj
│   │   ├── jpc_enc.obj
│   │   ├── jpc_math.obj
│   │   ├── jpc_mct.obj
│   │   ├── jpc_mqcod.obj
│   │   ├── jpc_mqdec.obj
│   │   ├── jpc_mqenc.obj
│   │   ├── jpc_qmfb.obj
│   │   ├── jpc_t1cod.obj
│   │   ├── jpc_t1dec.obj
│   │   ├── jpc_t1enc.obj
│   │   ├── jpc_t2cod.obj
│   │   ├── jpc_t2dec.obj
│   │   ├── jpc_t2enc.obj
│   │   ├── jpc_tagtree.obj
│   │   ├── jpc_tsfb.obj
│   │   ├── jpc_util.obj
│   │   ├── jpg_dummy.obj
│   │   ├── jpg_val.obj
│   │   ├── mif_cod.obj
│   │   ├── pgx_cod.obj
│   │   ├── pgx_dec.obj
│   │   ├── pgx_enc.obj
│   │   ├── pnm_cod.obj
│   │   ├── pnm_dec.obj
│   │   ├── pnm_enc.obj
│   │   ├── ras_cod.obj
│   │   ├── ras_dec.obj
│   │   ├── ras_enc.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── include
│   │   └── jasper
│   │   ├── jas_cm.h
│   │   ├── jas_config2.h
│   │   ├── jas_config.h
│   │   ├── jas_config.h.in
│   │   ├── jas_debug.h
│   │   ├── jas_fix.h
│   │   ├── jas_getopt.h
│   │   ├── jas_icc.h
│   │   ├── jas_image.h
│   │   ├── jas_init.h
│   │   ├── jas_malloc.h
│   │   ├── jas_math.h
│   │   ├── jasper.h
│   │   ├── jas_seq.h
│   │   ├── jas_stream.h
│   │   ├── jas_string.h
│   │   ├── jas_tmr.h
│   │   ├── jas_tvp.h
│   │   ├── jas_types.h
│   │   └── jas_version.h
│   ├── jasper.dsp
│   ├── jasper.dsw
│   ├── jasper.vcproj
│   ├── jasper.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── jp2
│   │   ├── jp2_cod.c
│   │   ├── jp2_cod.h
│   │   ├── jp2_dec.c
│   │   ├── jp2_dec.h
│   │   └── jp2_enc.c
│   ├── jpc
│   │   ├── jpc_bs.c
│   │   ├── jpc_bs.h
│   │   ├── jpc_cod.h
│   │   ├── jpc_cs.c
│   │   ├── jpc_cs.h
│   │   ├── jpc_dec.c
│   │   ├── jpc_dec.h
│   │   ├── jpc_enc.c
│   │   ├── jpc_enc.h
│   │   ├── jpc_fix.h
│   │   ├── jpc_flt.h
│   │   ├── jpc_math.c
│   │   ├── jpc_math.h
│   │   ├── jpc_mct.c
│   │   ├── jpc_mct.h
│   │   ├── jpc_mqcod.c
│   │   ├── jpc_mqcod.h
│   │   ├── jpc_mqdec.c
│   │   ├── jpc_mqdec.h
│   │   ├── jpc_mqenc.c
│   │   ├── jpc_mqenc.h
│   │   ├── jpc_qmfb.c
│   │   ├── jpc_qmfb.h
│   │   ├── jpc_t1cod.c
│   │   ├── jpc_t1cod.h
│   │   ├── jpc_t1dec.c
│   │   ├── jpc_t1dec.h
│   │   ├── jpc_t1enc.c
│   │   ├── jpc_t1enc.h
│   │   ├── jpc_t2cod.c
│   │   ├── jpc_t2cod.h
│   │   ├── jpc_t2dec.c
│   │   ├── jpc_t2dec.h
│   │   ├── jpc_t2enc.c
│   │   ├── jpc_t2enc.h
│   │   ├── jpc_tagtree.c
│   │   ├── jpc_tagtree.h
│   │   ├── jpc_tsfb.c
│   │   ├── jpc_tsfb.h
│   │   ├── jpc_util.c
│   │   └── jpc_util.h
│   ├── jpg
│   │   ├── jpg_cod.h
│   │   ├── jpg_dec.c
│   │   ├── jpg_dummy.c
│   │   ├── jpg_enc.c
│   │   ├── jpg_enc.h
│   │   ├── jpg_jpeglib.h
│   │   ├── jpg_val.c
│   │   └── README
│   ├── LICENSE
│   ├── mif
│   │   ├── mif_cod.c
│   │   ├── mif_cod.h
│   │   └── README
│   ├── pgx
│   │   ├── pgx_cod.c
│   │   ├── pgx_cod.h
│   │   ├── pgx_dec.c
│   │   ├── pgx_enc.c
│   │   └── pgx_enc.h
│   ├── pnm
│   │   ├── pnm_cod.c
│   │   ├── pnm_cod.h
│   │   ├── pnm_dec.c
│   │   ├── pnm_enc.c
│   │   └── pnm_enc.h
│   └── ras
│   ├── ras_cod.c
│   ├── ras_cod.h
│   ├── ras_dec.c
│   ├── ras_enc.c
│   └── ras_enc.h
├── jbig
│   ├── copying.txt
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── jbig.lib
│   │   ├── jbig.obj
│   │   ├── jbig_tab.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── jbig.c
│   ├── jbig.doc
│   ├── jbig.dsp
│   ├── jbig.dsw
│   ├── jbig.h
│   ├── jbig_tab.c
│   ├── jbig.vcproj
│   ├── jbig.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── Makefile
│   ├── patents.htm
│   └── tstcodec.c
├── jpeg
│   ├── change.log
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── Jcapimin.obj
│   │   ├── Jcapistd.obj
│   │   ├── Jccoefct.obj
│   │   ├── Jccolor.obj
│   │   ├── Jcdctmgr.obj
│   │   ├── Jchuff.obj
│   │   ├── Jcinit.obj
│   │   ├── Jcmainct.obj
│   │   ├── Jcmarker.obj
│   │   ├── Jcmaster.obj
│   │   ├── Jcomapi.obj
│   │   ├── Jcparam.obj
│   │   ├── Jcphuff.obj
│   │   ├── Jcprepct.obj
│   │   ├── Jcsample.obj
│   │   ├── Jctrans.obj
│   │   ├── Jdapimin.obj
│   │   ├── Jdapistd.obj
│   │   ├── Jdatadst.obj
│   │   ├── Jdatasrc.obj
│   │   ├── Jdcoefct.obj
│   │   ├── Jdcolor.obj
│   │   ├── Jddctmgr.obj
│   │   ├── Jdhuff.obj
│   │   ├── Jdinput.obj
│   │   ├── Jdmainct.obj
│   │   ├── Jdmarker.obj
│   │   ├── Jdmaster.obj
│   │   ├── Jdmerge.obj
│   │   ├── Jdphuff.obj
│   │   ├── Jdpostct.obj
│   │   ├── Jdsample.obj
│   │   ├── Jdtrans.obj
│   │   ├── Jerror.obj
│   │   ├── Jfdctflt.obj
│   │   ├── Jfdctfst.obj
│   │   ├── Jfdctint.obj
│   │   ├── Jidctflt.obj
│   │   ├── Jidctfst.obj
│   │   ├── Jidctint.obj
│   │   ├── Jidctred.obj
│   │   ├── Jmemmgr.obj
│   │   ├── Jmemnobs.obj
│   │   ├── Jpeg.lib
│   │   ├── Jquant1.obj
│   │   ├── Jquant2.obj
│   │   ├── Jutils.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── filelist.txt
│   ├── jcapimin.c
│   ├── jcapistd.c
│   ├── jccoefct.c
│   ├── jccolor.c
│   ├── jcdctmgr.c
│   ├── jchuff.c
│   ├── jchuff.h
│   ├── jcinit.c
│   ├── jcmainct.c
│   ├── jcmarker.c
│   ├── jcmaster.c
│   ├── jcomapi.c
│   ├── jconfig.h
│   ├── jcparam.c
│   ├── jcphuff.c
│   ├── jcprepct.c
│   ├── jcsample.c
│   ├── jctrans.c
│   ├── jdapimin.c
│   ├── jdapistd.c
│   ├── jdatadst.c
│   ├── jdatasrc.c
│   ├── jdcoefct.c
│   ├── jdcolor.c
│   ├── jdct.h
│   ├── jddctmgr.c
│   ├── jdhuff.c
│   ├── jdhuff.h
│   ├── jdinput.c
│   ├── jdmainct.c
│   ├── jdmarker.c
│   ├── jdmaster.c
│   ├── jdmerge.c
│   ├── jdphuff.c
│   ├── jdpostct.c
│   ├── jdsample.c
│   ├── jdtrans.c
│   ├── jerror.c
│   ├── jerror.h
│   ├── jfdctflt.c
│   ├── jfdctfst.c
│   ├── jfdctint.c
│   ├── jidctflt.c
│   ├── jidctfst.c
│   ├── jidctint.c
│   ├── jidctred.c
│   ├── jinclude.h
│   ├── jmemmgr.c
│   ├── jmemnobs.c
│   ├── jmemsys.h
│   ├── jmorecfg.h
│   ├── Jpeg.dsp
│   ├── Jpeg.dsw
│   ├── jpegint.h
│   ├── jpeglib.h
│   ├── Jpeg.vcproj
│   ├── Jpeg.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── jquant1.c
│   ├── jquant2.c
│   ├── jutils.c
│   ├── jversion.h
│   └── Readme.txt
├── mng
│   ├── CHANGES.txt
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── libmng_callback_xs.obj
│   │   ├── libmng_chunk_descr.obj
│   │   ├── libmng_chunk_io.obj
│   │   ├── libmng_chunk_prc.obj
│   │   ├── libmng_chunk_xs.obj
│   │   ├── libmng_cms.obj
│   │   ├── libmng_display.obj
│   │   ├── libmng_dither.obj
│   │   ├── libmng_error.obj
│   │   ├── libmng_filter.obj
│   │   ├── libmng_hlapi.obj
│   │   ├── libmng_jpeg.obj
│   │   ├── libmng_object_prc.obj
│   │   ├── libmng_pixels.obj
│   │   ├── libmng_prop_xs.obj
│   │   ├── libmng_read.obj
│   │   ├── libmng_trace.obj
│   │   ├── libmng_write.obj
│   │   ├── libmng_zlib.obj
│   │   ├── mng.lib
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── libmng_callback_xs.c
│   ├── libmng_chunk_descr.c
│   ├── libmng_chunk_descr.h
│   ├── libmng_chunk_io.c
│   ├── libmng_chunk_io.h
│   ├── libmng_chunk_prc.c
│   ├── libmng_chunk_prc.h
│   ├── libmng_chunks.h
│   ├── libmng_chunk_xs.c
│   ├── libmng_cms.c
│   ├── libmng_cms.h
│   ├── libmng_conf.h
│   ├── libmng_data.h
│   ├── libmng_display.c
│   ├── libmng_display.h
│   ├── libmng_dither.c
│   ├── libmng_dither.h
│   ├── libmng_error.c
│   ├── libmng_error.h
│   ├── libmng_filter.c
│   ├── libmng_filter.h
│   ├── libmng.h
│   ├── libmng_hlapi.c
│   ├── libmng_jpeg.c
│   ├── libmng_jpeg.h
│   ├── libmng_memory.h
│   ├── libmng_object_prc.c
│   ├── libmng_object_prc.h
│   ├── libmng_objects.h
│   ├── libmng_pixels.c
│   ├── libmng_pixels.h
│   ├── libmng_prop_xs.c
│   ├── libmng_read.c
│   ├── libmng_read.h
│   ├── libmng_trace.c
│   ├── libmng_trace.h
│   ├── libmng_types.h
│   ├── libmng_write.c
│   ├── libmng_write.h
│   ├── libmng_zlib.c
│   ├── libmng_zlib.h
│   ├── LICENSE.txt
│   ├── mng.dsp
│   ├── mng.dsw
│   ├── mng.vcproj
│   ├── mng.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   └── README.txt
├── png
│   ├── ANNOUNCE
│   ├── CHANGES
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── pngerror.obj
│   │   ├── pngget.obj
│   │   ├── png.lib
│   │   ├── pngmem.obj
│   │   ├── png.obj
│   │   ├── pngpread.obj
│   │   ├── pngread.obj
│   │   ├── pngrio.obj
│   │   ├── pngrtran.obj
│   │   ├── pngrutil.obj
│   │   ├── pngset.obj
│   │   ├── pngtrans.obj
│   │   ├── pngvcrd.obj
│   │   ├── pngwio.obj
│   │   ├── pngwrite.obj
│   │   ├── pngwtran.obj
│   │   ├── pngwutil.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── INSTALL
│   ├── KNOWNBUG
│   ├── libpng-1.2.24.txt
│   ├── LICENSE
│   ├── png.c
│   ├── pngconf.h
│   ├── png.dsp
│   ├── png.dsw
│   ├── pngerror.c
│   ├── pnggccrd.c
│   ├── pngget.c
│   ├── png.h
│   ├── pngmem.c
│   ├── pngpread.c
│   ├── pngread.c
│   ├── pngrio.c
│   ├── pngrtran.c
│   ├── pngrutil.c
│   ├── pngset.c
│   ├── pngtrans.c
│   ├── png.vcproj
│   ├── png.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── pngvcrd.c
│   ├── pngwio.c
│   ├── pngwrite.c
│   ├── pngwtran.c
│   ├── pngwutil.c
│   ├── README
│   ├── TODO
│   └── Y2KINFO
├── raw
│   ├── dcraw.c
│   ├── dcr.c
│   ├── dcr.dsp
│   ├── dcr.dsw
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── libdcr.lib
│   │   ├── libdcr.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── libdcr.c
│   ├── libdcr.dsp
│   ├── libdcr.h
│   ├── libdcr.vcproj
│   └── libdcr.vcproj.DESKTOP-N520FAJ.wtsitp.user
├── tiff
│   ├── Debug
│   │   ├── BuildLog.htm
│   │   ├── fax3sm_winnt.obj
│   │   ├── tif_aux.obj
│   │   ├── tif_close.obj
│   │   ├── tif_codec.obj
│   │   ├── tif_compress.obj
│   │   ├── tif_dirinfo.obj
│   │   ├── tif_dir.obj
│   │   ├── tif_dirread.obj
│   │   ├── tif_dirwrite.obj
│   │   ├── tif_dumpmode.obj
│   │   ├── tif_error.obj
│   │   ├── tif_fax3.obj
│   │   ├── Tiff.lib
│   │   ├── tif_flush.obj
│   │   ├── tif_getimage.obj
│   │   ├── tif_jpeg.obj
│   │   ├── tif_luv.obj
│   │   ├── tif_lzw.obj
│   │   ├── tif_next.obj
│   │   ├── tif_ojpeg.obj
│   │   ├── tif_open.obj
│   │   ├── tif_packbits.obj
│   │   ├── tif_pixarlog.obj
│   │   ├── tif_predict.obj
│   │   ├── tif_print.obj
│   │   ├── tif_read.obj
│   │   ├── tif_strip.obj
│   │   ├── tif_swab.obj
│   │   ├── tif_thunder.obj
│   │   ├── tif_tile.obj
│   │   ├── tif_version.obj
│   │   ├── tif_warning.obj
│   │   ├── tif_write.obj
│   │   ├── tif_zip.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── fax3sm_winnt.c
│   ├── libtiff.def
│   ├── t4.h
│   ├── tif_aux.c
│   ├── tif_close.c
│   ├── tif_codec.c
│   ├── tif_compress.c
│   ├── tif_dir.c
│   ├── tif_dir.h
│   ├── tif_dirinfo.c
│   ├── tif_dirread.c
│   ├── tif_dirwrite.c
│   ├── tif_dumpmode.c
│   ├── tif_error.c
│   ├── tif_fax3.c
│   ├── tif_fax3.h
│   ├── tiffcomp.h
│   ├── tiffconf.h
│   ├── Tiff.dsp
│   ├── Tiff.dsw
│   ├── tiff.h
│   ├── tiffio.h
│   ├── tiffiop.h
│   ├── tif_flush.c
│   ├── Tiff.vcproj
│   ├── Tiff.vcproj.DESKTOP-N520FAJ.wtsitp.user
│   ├── tif_getimage.c
│   ├── tif_jpeg.c
│   ├── tif_luv.c
│   ├── tif_lzw.c
│   ├── tif_next.c
│   ├── tif_ojpeg.c
│   ├── tif_open.c
│   ├── tif_packbits.c
│   ├── tif_pixarlog.c
│   ├── tif_predict.c
│   ├── tif_predict.h
│   ├── tif_print.c
│   ├── tif_read.c
│   ├── tif_strip.c
│   ├── tif_swab.c
│   ├── tif_thunder.c
│   ├── tif_tile.c
│   ├── tif_version.c
│   ├── tif_warning.c
│   ├── tif_write.c
│   ├── tif_zip.c
│   └── uvcode.h
└── zlib
├── adler32.c
├── algorithm.txt
├── ChangeLog
├── compress.c
├── crc32.c
├── crc32.h
├── Debug
│   ├── adler32.obj
│   ├── BuildLog.htm
│   ├── compress.obj
│   ├── crc32.obj
│   ├── deflate.obj
│   ├── gzio.obj
│   ├── infback.obj
│   ├── inffast.obj
│   ├── inflate.obj
│   ├── inftrees.obj
│   ├── trees.obj
│   ├── uncompr.obj
│   ├── vc90.idb
│   ├── vc90.pdb
│   ├── zlib.lib
│   └── zutil.obj
├── deflate.c
├── deflate.h
├── FAQ
├── gzio.c
├── infback.c
├── inffast.c
├── inffast.h
├── inffixed.h
├── inflate.c
├── inflate.h
├── inftrees.c
├── inftrees.h
├── README
├── trees.c
├── trees.h
├── uncompr.c
├── zconf.h
├── zconf.in.h
├── zlib.dsp
├── zlib.dsw
├── zlib.h
├── zlib.vcproj
├── zlib.vcproj.DESKTOP-N520FAJ.wtsitp.user
├── zutil.c
└── zutil.h

39 directories, 1012 files

标签:

实例下载地址

图像处理DCRAW

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警