├── .gitignore ├── README.md ├── cximage702_full ├── Console.dsw ├── Console.sln ├── Console_vc10.sln ├── CxImage │ ├── CxImageDLL │ │ ├── CxImageCrtDll.cpp │ │ ├── CxImageCrtDll.dsp │ │ ├── CxImageCrtDll.rc │ │ ├── CxImageCrtDll.vcproj │ │ ├── CxImageCrtDll.vcxproj │ │ ├── CxImageCrtDll_wince.sln │ │ ├── CxImageCrtDll_wince.vcproj │ │ ├── CxImageDll.dsw │ │ ├── CxImageDll_vc10.sln │ │ ├── CxImageDll_wince.sln │ │ ├── CxImageMfcDll.aps │ │ ├── CxImageMfcDll.clw │ │ ├── CxImageMfcDll.cpp │ │ ├── CxImageMfcDll.h │ │ ├── CxImageMfcDll.rc │ │ ├── CxImageMfcDll_wince.sln │ │ ├── CxImageMfcDll_wince.vcproj │ │ ├── Debug │ │ │ ├── CxImageCrtDll.res │ │ │ ├── CxImageMfcDll.res │ │ │ ├── cximagecrtd.exp │ │ │ ├── cximagecrtd.lib │ │ │ ├── cximagecrtd.pdb │ │ │ ├── cximagecrtdll.Build.CppClean.log │ │ │ ├── cximagecrtdll.lastbuildstate │ │ │ ├── cximagecrtdll.log │ │ │ ├── cximagecrtdll.tlog │ │ │ │ ├── cl.command.1.tlog │ │ │ │ ├── cl.read.1.tlog │ │ │ │ ├── cl.write.1.tlog │ │ │ │ ├── cximagecrtdll.lastbuildstate │ │ │ │ ├── cximagecrtdll.write.1u.tlog │ │ │ │ ├── link.command.1.tlog │ │ │ │ ├── link.read.1.tlog │ │ │ │ ├── link.write.1.tlog │ │ │ │ ├── rc.command.1.tlog │ │ │ │ ├── rc.read.1.tlog │ │ │ │ └── rc.write.1.tlog │ │ │ ├── cximaged.exp │ │ │ ├── cximaged.lib │ │ │ ├── cximaged.pdb │ │ │ ├── cximagemfcdll.Build.CppClean.log │ │ │ ├── cximagemfcdll.lastbuildstate │ │ │ ├── cximagemfcdll.log │ │ │ ├── cximagemfcdll.tlog │ │ │ │ ├── CL.read.1.tlog │ │ │ │ ├── CL.write.1.tlog │ │ │ │ ├── cl.command.1.tlog │ │ │ │ ├── cximagemfcdll.lastbuildstate │ │ │ │ ├── cximagemfcdll.write.1u.tlog │ │ │ │ ├── link.command.1.tlog │ │ │ │ ├── link.read.1.tlog │ │ │ │ ├── link.write.1.tlog │ │ │ │ ├── rc.command.1.tlog │ │ │ │ ├── rc.read.1.tlog │ │ │ │ └── rc.write.1.tlog │ │ │ ├── tif_xfile.obj │ │ │ ├── vc120.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 │ │ │ ├── ximapsd.obj │ │ │ ├── ximaraw.obj │ │ │ ├── ximasel.obj │ │ │ ├── ximaska.obj │ │ │ ├── ximatga.obj │ │ │ ├── ximath.obj │ │ │ ├── ximatif.obj │ │ │ ├── ximatran.obj │ │ │ ├── ximawbmp.obj │ │ │ ├── ximawmf.obj │ │ │ ├── ximawnd.obj │ │ │ └── xmemfile.obj │ │ ├── Release │ │ │ ├── CL.read.1.tlog │ │ │ ├── CL.write.1.tlog │ │ │ ├── CxImageCrtDll.res │ │ │ ├── CxImageMfcDll.res │ │ │ ├── cl.command.1.tlog │ │ │ ├── cximage.exp │ │ │ ├── cximage.lib │ │ │ ├── cximagecrt.exp │ │ │ ├── cximagecrt.lib │ │ │ ├── cximagecrtdll.log │ │ │ ├── cximagecrtdll.tlog │ │ │ │ ├── CL.read.1.tlog │ │ │ │ ├── CL.write.1.tlog │ │ │ │ ├── cl.command.1.tlog │ │ │ │ ├── cximagecrtdll.lastbuildstate │ │ │ │ ├── cximagecrtdll.write.1u.tlog │ │ │ │ ├── link.command.1.tlog │ │ │ │ ├── link.read.1.tlog │ │ │ │ ├── link.write.1.tlog │ │ │ │ ├── rc.command.1.tlog │ │ │ │ ├── rc.read.1.tlog │ │ │ │ └── rc.write.1.tlog │ │ │ ├── cximagemfcdll.dll.intermediate.manifest │ │ │ ├── cximagemfcdll.lastbuildstate │ │ │ ├── cximagemfcdll.log │ │ │ ├── cximagemfcdll.tlog │ │ │ │ ├── CL.read.1.tlog │ │ │ │ ├── CL.write.1.tlog │ │ │ │ ├── cl.command.1.tlog │ │ │ │ ├── cximagemfcdll.lastbuildstate │ │ │ │ ├── cximagemfcdll.write.1u.tlog │ │ │ │ ├── link.command.1.tlog │ │ │ │ ├── link.read.1.tlog │ │ │ │ ├── link.write.1.tlog │ │ │ │ ├── rc.command.1.tlog │ │ │ │ ├── rc.read.1.tlog │ │ │ │ └── rc.write.1.tlog │ │ │ ├── cximagemfcdll.write.1.tlog │ │ │ ├── link.11976-cvtres.read.1.tlog │ │ │ ├── link.11976-cvtres.write.1.tlog │ │ │ ├── link.11976.read.1.tlog │ │ │ ├── link.11976.write.1.tlog │ │ │ ├── link.command.1.tlog │ │ │ ├── link.read.1.tlog │ │ │ ├── link.write.1.tlog │ │ │ ├── mt.command.1.tlog │ │ │ ├── mt.read.1.tlog │ │ │ ├── mt.write.1.tlog │ │ │ ├── rc.command.1.tlog │ │ │ ├── rc.read.1.tlog │ │ │ ├── rc.write.1.tlog │ │ │ ├── tif_xfile.obj │ │ │ ├── vc100.pdb │ │ │ ├── vc120.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 │ │ │ ├── ximapsd.obj │ │ │ ├── ximaraw.obj │ │ │ ├── ximasel.obj │ │ │ ├── ximaska.obj │ │ │ ├── ximatga.obj │ │ │ ├── ximath.obj │ │ │ ├── ximatif.obj │ │ │ ├── ximatran.obj │ │ │ ├── ximawbmp.obj │ │ │ ├── ximawmf.obj │ │ │ ├── ximawnd.obj │ │ │ └── xmemfile.obj │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ ├── StdCrt.h │ │ ├── cximagecrtdll.vcxproj.user │ │ ├── cximagemfcdll.dsp │ │ ├── cximagemfcdll.vcproj │ │ ├── cximagemfcdll.vcxproj │ │ ├── cximagemfcdll.vcxproj.user │ │ ├── resource.h │ │ └── resrc1.h │ ├── Doxyfile.txt │ ├── cximage.dev │ ├── cximage.dsp │ ├── cximage.dsw │ ├── cximage.vcproj │ ├── cximage.vcxproj │ ├── cximage.vcxproj.user │ ├── cximage_wince.sln │ ├── cximage_wince.vcproj │ ├── license.txt │ ├── stdint.h │ ├── 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 │ ├── ximapsd.cpp │ ├── ximapsd.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 ├── CxImageFull.dsw ├── CxImageFull.sln ├── CxImageFull_vc10.sln ├── CxImageOcx.dsw ├── CxImageWinCE.sln ├── CxImage_ocx │ ├── AxImage.aps │ ├── AxImage.clw │ ├── AxImage.cpp │ ├── AxImage.def │ ├── AxImage.dsp │ ├── AxImage.dsw │ ├── AxImage.h │ ├── AxImage.odl │ ├── AxImage.rc │ ├── AxImagePpg.cpp │ ├── AxImagePpg.h │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── aximagectl.bmp │ ├── aximagectl.cpp │ └── aximagectl.h ├── cximagetest │ ├── ReadMe.txt │ ├── cximagetest.cpp │ ├── cximagetest.vcxproj │ ├── cximagetest.vcxproj.filters │ ├── cximagetest.vcxproj.user │ ├── funset.cpp │ └── funset.h ├── demo │ ├── BCMenu.cpp │ ├── BCMenu.h │ ├── ChildFrm.cpp │ ├── ChildFrm.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 │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── Quantize.cpp │ ├── Quantize.h │ ├── Res │ │ ├── Toolbar.bmp │ │ ├── b1.ico │ │ ├── bg.bmp │ │ ├── bg.gif │ │ ├── bg.jpg │ │ ├── bg.tif │ │ ├── bg2.jpg │ │ ├── canc.ico │ │ ├── demo.ico │ │ ├── demo.rc2 │ │ ├── demoDoc.ico │ │ ├── gray.ico │ │ ├── ico2.ico │ │ ├── no1.ico │ │ ├── ok.ico │ │ ├── r1.ico │ │ ├── toolbar1.bmp │ │ ├── toolbar2.bmp │ │ └── us.png │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── TwainCpp.cpp │ ├── TwainCpp.h │ ├── demo.aps │ ├── demo.clw │ ├── demo.cpp │ ├── demo.dsp │ ├── demo.dsw │ ├── demo.h │ ├── demo.mak │ ├── demo.rc │ ├── demo.vcproj │ ├── demo.vcxproj │ ├── demo.vcxproj.user │ ├── demoDLL.dsp │ ├── demoDLL.vcproj │ ├── demoDoc.cpp │ ├── demoDoc.h │ ├── demoView.cpp │ ├── demoView.h │ ├── demodll.vcxproj │ ├── demodll.vcxproj.user │ ├── dlgcapture.cpp │ ├── dlgcapture.h │ ├── enumwnd.h │ ├── logomdi.cpp │ ├── logomdi.h │ ├── memdc.h │ ├── resource.h │ ├── twain.h │ ├── xTargetButton.cpp │ └── xTargetButton.h ├── demo2 │ ├── Console.cpp │ ├── Console.dsp │ ├── Console.dsw │ ├── Console.vcproj │ ├── Console.vcxproj │ ├── StdAfx.h │ └── console.dev ├── demo_ce │ ├── CxPicture.cpp │ ├── CxPicture.h │ ├── DateTimeFormat.cpp │ ├── DateTimeFormat.h │ ├── ExDialog.cpp │ ├── ExDialog.h │ ├── ExDlgEngine.cpp │ ├── ExDlgEngine.h │ ├── FileOpenDlg.cpp │ ├── FileOpenDlg.h │ ├── Misc.cpp │ ├── Misc.h │ ├── demo_ce.cpp │ ├── demo_ce.h │ ├── demo_ce.sln │ ├── demo_ce.vcproj │ ├── demo_ceDlg.cpp │ ├── demo_ceDlg.h │ ├── demo_ceppc.rc │ ├── res │ │ ├── CeSkin.ico │ │ ├── CeSkinDoc.ico │ │ ├── ClosedFolder.bmp │ │ ├── Cmdbar.bmp │ │ ├── FileOpen.ico │ │ ├── FileOpen_VS.ico │ │ ├── Folder_16.ico │ │ ├── Folder_32.ico │ │ ├── OpenFolder.bmp │ │ ├── OpenFolder_16.ico │ │ ├── OpenFolder_32.ico │ │ ├── OpenPocket_16.ico │ │ ├── Pocket_16.ico │ │ ├── bitmap1.bmp │ │ ├── demo_ce.ico │ │ ├── demo_ceppc.rc2 │ │ ├── fileopen.bmp │ │ └── sort_arr.bmp │ ├── resourceppc.h │ ├── stdafx.cpp │ └── stdafx.h ├── demo_ocx │ ├── Module1.bas │ ├── bmp2pic.bas │ ├── frmDocument.frm │ ├── frmDocument.log │ ├── frmMain.frm │ ├── frmMain.frx │ ├── vbdemo.exe │ ├── vbdemo.vbp │ └── vbdemo.vbw ├── doc │ ├── blank.htm │ ├── cximage_history.htm │ ├── cximage_libraries.htm │ ├── cximagelogo.png │ ├── doxy │ │ └── html │ │ │ ├── annotated.html │ │ │ ├── class_cx_file-members.html │ │ │ ├── class_cx_file.html │ │ │ ├── class_cx_image-members.html │ │ │ ├── class_cx_image.html │ │ │ ├── class_cx_mem_file-members.html │ │ │ ├── class_cx_mem_file.html │ │ │ ├── class_cx_point2-members.html │ │ │ ├── class_cx_point2.html │ │ │ ├── class_cx_rect2-members.html │ │ │ ├── class_cx_rect2.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_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_0x76.html │ │ │ ├── functions_0x77.html │ │ │ ├── functions_0x78.html │ │ │ ├── functions_0x79.html │ │ │ ├── functions_0x7e.html │ │ │ ├── functions_enum.html │ │ │ ├── functions_eval.html │ │ │ ├── functions_func.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_type.html │ │ │ ├── functions_vars.html │ │ │ ├── globals.html │ │ │ ├── globals_0x62.html │ │ │ ├── globals_0x63.html │ │ │ ├── globals_0x64.html │ │ │ ├── globals_0x65.html │ │ │ ├── globals_0x66.html │ │ │ ├── globals_0x68.html │ │ │ ├── globals_0x69.html │ │ │ ├── globals_0x6a.html │ │ │ ├── globals_0x6b.html │ │ │ ├── globals_0x6d.html │ │ │ ├── globals_0x6e.html │ │ │ ├── globals_0x70.html │ │ │ ├── globals_0x72.html │ │ │ ├── globals_0x73.html │ │ │ ├── globals_0x74.html │ │ │ ├── globals_0x77.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_enum.html │ │ │ ├── globals_eval.html │ │ │ ├── globals_func.html │ │ │ ├── globals_type.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___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 │ │ │ ├── structjpg__error__mgr-members.html │ │ │ ├── structjpg__error__mgr.html │ │ │ ├── structtag___exif_info-members.html │ │ │ ├── structtag___exif_info.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 │ │ │ ├── ximapsd_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.7z │ ├── libpsd_patches.7z │ ├── libtiff_patches.7z │ ├── top.htm │ └── xdp.css ├── index.htm ├── jasper │ ├── LICENSE │ ├── 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 │ ├── include │ │ └── jasper │ │ │ ├── jas_cm.h │ │ │ ├── jas_config.h │ │ │ ├── jas_config.h.in │ │ │ ├── jas_config2.h │ │ │ ├── jas_debug.h │ │ │ ├── jas_fix.h │ │ │ ├── jas_getopt.h │ │ │ ├── jas_icc.h │ │ │ ├── jas_image.h │ │ │ ├── jas_init.h │ │ │ ├── jas_malloc.h │ │ │ ├── jas_math.h │ │ │ ├── jas_seq.h │ │ │ ├── jas_stream.h │ │ │ ├── jas_string.h │ │ │ ├── jas_tmr.h │ │ │ ├── jas_tvp.h │ │ │ ├── jas_types.h │ │ │ ├── jas_version.h │ │ │ └── jasper.h │ ├── jasper.dsp │ ├── jasper.dsw │ ├── jasper.vcproj │ ├── jasper.vcxproj │ ├── jasper.vcxproj.user │ ├── jasper_wince.sln │ ├── jasper_wince.vcproj │ ├── 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 │ │ ├── README │ │ ├── jpg_cod.h │ │ ├── jpg_dec.c │ │ ├── jpg_dummy.c │ │ ├── jpg_enc.c │ │ ├── jpg_enc.h │ │ ├── jpg_jpeglib.h │ │ └── jpg_val.c │ ├── mif │ │ ├── README │ │ ├── mif_cod.c │ │ └── mif_cod.h │ ├── 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 │ ├── Makefile │ ├── copying.txt │ ├── jbig.c │ ├── jbig.doc │ ├── jbig.dsp │ ├── jbig.dsw │ ├── jbig.h │ ├── jbig.vcproj │ ├── jbig.vcxproj │ ├── jbig.vcxproj.user │ ├── jbig_tab.c │ ├── jbig_wince.sln │ ├── jbig_wince.vcproj │ ├── patents.htm │ └── tstcodec.c ├── jpeg │ ├── Jpeg.dsp │ ├── Jpeg.dsw │ ├── Jpeg.vcproj │ ├── Jpeg_wince.sln │ ├── Jpeg_wince.vcproj │ ├── README │ ├── ansi2knr.c │ ├── cderror.h │ ├── cdjpeg.c │ ├── cdjpeg.h │ ├── change.log │ ├── cjpeg.c │ ├── ckconfig.c │ ├── coderules.txt │ ├── djpeg.c │ ├── example.c │ ├── filelist.txt │ ├── install.txt │ ├── jaricom.c │ ├── jcapimin.c │ ├── jcapistd.c │ ├── jcarith.c │ ├── jccoefct.c │ ├── jccolor.c │ ├── jcdctmgr.c │ ├── jchuff.c │ ├── jcinit.c │ ├── jcmainct.c │ ├── jcmarker.c │ ├── jcmaster.c │ ├── jcomapi.c │ ├── jconfig.h │ ├── jcparam.c │ ├── jcprepct.c │ ├── jcsample.c │ ├── jctrans.c │ ├── jdapimin.c │ ├── jdapistd.c │ ├── jdarith.c │ ├── jdatadst.c │ ├── jdatasrc.c │ ├── jdcoefct.c │ ├── jdcolor.c │ ├── jdct.h │ ├── jddctmgr.c │ ├── jdhuff.c │ ├── jdinput.c │ ├── jdmainct.c │ ├── jdmarker.c │ ├── jdmaster.c │ ├── jdmerge.c │ ├── jdosaobj.txt │ ├── jdpostct.c │ ├── jdsample.c │ ├── jdtrans.c │ ├── jerror.c │ ├── jerror.h │ ├── jfdctflt.c │ ├── jfdctfst.c │ ├── jfdctint.c │ ├── jidctflt.c │ ├── jidctfst.c │ ├── jidctint.c │ ├── jinclude.h │ ├── jmemansi.c │ ├── jmemdos.c │ ├── jmemdosa.asm │ ├── jmemmac.c │ ├── jmemmgr.c │ ├── jmemname.c │ ├── jmemnobs.c │ ├── jmemsys.h │ ├── jmorecfg.h │ ├── jpeg.vcxproj │ ├── jpeg.vcxproj.user │ ├── jpegint.h │ ├── jpeglib.h │ ├── jpegtran.c │ ├── jquant1.c │ ├── jquant2.c │ ├── jutils.c │ ├── jversion.h │ ├── libjpeg.txt │ ├── rdbmp.c │ ├── rdcolmap.c │ ├── rdgif.c │ ├── rdjpgcom.c │ ├── rdppm.c │ ├── rdrle.c │ ├── rdswitch.c │ ├── rdtarga.c │ ├── structure.txt │ ├── transupp.c │ ├── transupp.h │ ├── usage.txt │ ├── wizard.txt │ ├── wrbmp.c │ ├── wrgif.c │ ├── wrjpgcom.c │ ├── wrppm.c │ ├── wrrle.c │ └── wrtarga.c ├── libpsd │ ├── AUTHORS │ ├── COPYING │ ├── CUSTOMIZE │ ├── ChangeLog │ ├── INSTALL │ ├── README │ ├── TODO │ ├── adjustment.c │ ├── bevel_emboss.c │ ├── bitmap.c │ ├── blend.c │ ├── boundary.c │ ├── brightness_contrast.c │ ├── channel_image.c │ ├── channel_mixer.c │ ├── color.c │ ├── color_balance.c │ ├── color_mode.c │ ├── color_overlay.c │ ├── curves.c │ ├── descriptor.c │ ├── drop_shadow.c │ ├── effects.c │ ├── file_header.c │ ├── fixed.c │ ├── gaussian_blur.c │ ├── gradient_blend.c │ ├── gradient_fill.c │ ├── gradient_map.c │ ├── gradient_overlay.c │ ├── hue_saturation.c │ ├── image_data.c │ ├── image_resource.c │ ├── inner_glow.c │ ├── inner_shadow.c │ ├── invert.c │ ├── layer_mask.c │ ├── levels.c │ ├── libpsd.dsp │ ├── libpsd.h │ ├── libpsd.vcproj │ ├── libpsd.vcxproj │ ├── libpsd.vcxproj.user │ ├── outer_glow.c │ ├── path.c │ ├── pattern.c │ ├── pattern_fill.c │ ├── pattern_overlay.c │ ├── photo_filter.c │ ├── posterize.c │ ├── psd.c │ ├── psd_bitmap.h │ ├── psd_blend.h │ ├── psd_color.h │ ├── psd_config.h │ ├── psd_descriptor.h │ ├── psd_fixed.h │ ├── psd_gradient.h │ ├── psd_math.h │ ├── psd_rect.h │ ├── psd_stream.h │ ├── psd_system.c │ ├── psd_system.h │ ├── psd_types.h │ ├── psd_zip.c │ ├── rect.c │ ├── satin.c │ ├── selective_color.c │ ├── solid_color.c │ ├── stream.c │ ├── stroke.c │ ├── test.c │ ├── threshold.c │ ├── thumbnail.c │ └── type_tool.c ├── mng │ ├── CHANGES.txt │ ├── LICENSE.txt │ ├── README.txt │ ├── libmng.h │ ├── 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_chunk_xs.c │ ├── libmng_chunks.h │ ├── 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_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 │ ├── mng.dsp │ ├── mng.dsw │ ├── mng.vcproj │ ├── mng.vcxproj │ ├── mng.vcxproj.user │ └── mng_wince.vcproj ├── png │ ├── ANNOUNCE │ ├── CHANGES │ ├── CMakeLists.txt │ ├── INSTALL │ ├── LICENSE │ ├── README │ ├── TODO │ ├── configure │ ├── example.c │ ├── libpng-config.in │ ├── libpng-manual.txt │ ├── libpng.3 │ ├── libpng.pc.in │ ├── libpngpf.3 │ ├── png.5 │ ├── png.c │ ├── png.dsp │ ├── png.dsw │ ├── png.h │ ├── png.vcproj │ ├── png.vcxproj │ ├── png.vcxproj.user │ ├── png_wince.sln │ ├── png_wince.vcproj │ ├── pngbar.jpg │ ├── pngbar.png │ ├── pngconf.h │ ├── pngdebug.h │ ├── pngerror.c │ ├── pngget.c │ ├── pnginfo.h │ ├── pnglibconf.h │ ├── pngmem.c │ ├── pngnow.png │ ├── pngpread.c │ ├── pngpriv.h │ ├── pngread.c │ ├── pngrio.c │ ├── pngrtran.c │ ├── pngrutil.c │ ├── pngset.c │ ├── pngstruct.h │ ├── pngtest.c │ ├── pngtest.png │ ├── pngtrans.c │ ├── pngvalid.c │ ├── pngwio.c │ ├── pngwrite.c │ ├── pngwtran.c │ └── pngwutil.c ├── raw │ ├── dcr.c │ ├── dcr.dsp │ ├── dcr.dsw │ ├── dcraw.c │ ├── libdcr.c │ ├── libdcr.dsp │ ├── libdcr.h │ ├── libdcr.vcproj │ ├── libdcr.vcxproj │ └── libdcr.vcxproj.user ├── tiff │ ├── Tiff.dsp │ ├── Tiff.dsw │ ├── Tiff.vcproj │ ├── libtiff.def │ ├── mkg3states.c │ ├── t4.h │ ├── tif_acorn.c │ ├── tif_apple.c │ ├── tif_atari.c │ ├── tif_aux.c │ ├── tif_close.c │ ├── tif_codec.c │ ├── tif_color.c │ ├── tif_compress.c │ ├── tif_config.h │ ├── tif_config.wince.h │ ├── tif_dir.c │ ├── tif_dir.h │ ├── tif_dirinfo.c │ ├── tif_dirread.c │ ├── tif_dirwrite.c │ ├── tif_dumpmode.c │ ├── tif_error.c │ ├── tif_extension.c │ ├── tif_fax3.c │ ├── tif_fax3.h │ ├── tif_fax3sm.c │ ├── tif_flush.c │ ├── tif_getimage.c │ ├── tif_jbig.c │ ├── tif_jpeg.c │ ├── tif_luv.c │ ├── tif_lzw.c │ ├── tif_msdos.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_stream.cxx │ ├── tif_strip.c │ ├── tif_swab.c │ ├── tif_thunder.c │ ├── tif_tile.c │ ├── tif_unix.c │ ├── tif_version.c │ ├── tif_warning.c │ ├── tif_win3.c │ ├── tif_win32.c │ ├── tif_write.c │ ├── tif_zip.c │ ├── tiff.h │ ├── tiff.vcxproj │ ├── tiff.vcxproj.user │ ├── tiff_wince.sln │ ├── tiff_wince.vcproj │ ├── tiffconf.h │ ├── tiffconf.wince.h │ ├── tiffio.h │ ├── tiffio.hxx │ ├── tiffiop.h │ ├── tiffvers.h │ └── uvcode.h ├── wcecompat │ ├── LICENSE │ ├── README │ ├── include │ │ ├── assert.h │ │ ├── conio.h │ │ ├── ctype.h │ │ ├── errno.h │ │ ├── fcntl.h │ │ ├── float.h_OLD │ │ ├── io.h │ │ ├── limits.h │ │ ├── malloc.h │ │ ├── math.h_OLD │ │ ├── memory.h │ │ ├── process.h │ │ ├── setjmp.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── stddef.h │ │ ├── stdio.h_OLD │ │ ├── stdlib.h_OLD │ │ ├── stdlib_extras.h │ │ ├── string.h │ │ ├── sys │ │ │ ├── stat.h │ │ │ ├── timeb.h │ │ │ └── types.h │ │ ├── time.h_OLD │ │ └── winsock_extras.h │ ├── makefile │ ├── src │ │ ├── ChildData.cpp │ │ ├── ChildData.h │ │ ├── args.cpp │ │ ├── args.h │ │ ├── assert.cpp │ │ ├── direct.c │ │ ├── direct.h │ │ ├── env.cpp │ │ ├── errno.cpp │ │ ├── internal.h │ │ ├── io.cpp │ │ ├── io_wce.c │ │ ├── pipe.cpp │ │ ├── pipe.h │ │ ├── process.cpp │ │ ├── redir.cpp │ │ ├── redir.h │ │ ├── stat.cpp │ │ ├── stdio_extras.cpp │ │ ├── stdlib_extras.cpp │ │ ├── string_extras.cpp │ │ ├── time.cpp │ │ ├── timeb.cpp │ │ ├── ts_string.cpp │ │ ├── ts_string.h │ │ ├── wce211_ctype.c │ │ ├── wce211_string.c │ │ ├── wce_bsearch.c │ │ ├── wce_lfind.c │ │ ├── wce_localtime.c │ │ ├── wce_time.h │ │ ├── wince.c │ │ ├── wince.h │ │ ├── winmain.cpp │ │ └── winsock_extras.cpp │ ├── wcecompat.sln │ ├── wcecompat.vcproj │ └── wcedefs.mak └── zlib │ ├── CMakeLists.txt │ ├── ChangeLog │ ├── FAQ │ ├── INDEX │ ├── Makefile │ ├── Makefile.in │ ├── README │ ├── adler32.c │ ├── compress.c │ ├── configure │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── example.c │ ├── gzclose.c │ ├── gzguts.h │ ├── gzlib.c │ ├── gzread.c │ ├── gzwrite.c │ ├── infback.c │ ├── inffast.c │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── minigzip.c │ ├── treebuild.xml │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── zconf.h │ ├── zconf.h.cmakein │ ├── zconf.h.in │ ├── zlib.3 │ ├── zlib.3.pdf │ ├── zlib.dsp │ ├── zlib.dsw │ ├── zlib.h │ ├── zlib.map │ ├── zlib.pc.in │ ├── zlib.vcproj │ ├── zlib.vcxproj │ ├── zlib.vcxproj.user │ ├── zlib2ansi │ ├── zlib_wince.sln │ ├── zlib_wince.vcproj │ ├── zutil.c │ └── zutil.h └── data └── fire.gif /.gitignore: -------------------------------------------------------------------------------- 1 | /doc/ 2 | /lib/ 3 | /obj/ 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CxImage_Test 2 | CxImage test code 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/CxImageCrtDll.cpp: -------------------------------------------------------------------------------- 1 | // CxImageCrtDll.cpp : Defines the entry point for the CxImageCrtDll application. 2 | // 3 | 4 | #include "stdcrt.h" 5 | 6 | BOOL APIENTRY DllMain( HANDLE /*hModule*/, 7 | DWORD /*ul_reason_for_call*/, 8 | LPVOID /*lpReserved*/ 9 | ) 10 | { 11 | return TRUE; 12 | } 13 | 14 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/CxImageCrtDll.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/CxImageCrtDll.rc -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/CxImageMfcDll.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/CxImageMfcDll.aps -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/CxImageMfcDll.clw: -------------------------------------------------------------------------------- 1 | ; CLW file contains information for the MFC ClassWizard 2 | 3 | [General Info] 4 | Version=1 5 | ClassCount=1 6 | Class1=CcximagemfcdllApp 7 | LastClass=CcximagemfcdllApp 8 | NewFileInclude2=#include "cximagemfcdll.h" 9 | ResourceCount=0 10 | NewFileInclude1=#include "stdafx.h" 11 | 12 | [CLS:CcximagemfcdllApp] 13 | Type=0 14 | HeaderFile=cximagemfcdll.h 15 | ImplementationFile=cximagemfcdll.cpp 16 | Filter=N 17 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/CxImageMfcDll.h: -------------------------------------------------------------------------------- 1 | // cximagemfcdll.h : main header file for the cximagemfcdll DLL 2 | // 3 | 4 | #if !defined(AFX_cximagemfcdll_H__E98F71A6_B361_11D6_BB83_CAEE2E1CB77B__INCLUDED_) 5 | #define AFX_cximagemfcdll_H__E98F71A6_B361_11D6_BB83_CAEE2E1CB77B__INCLUDED_ 6 | 7 | #if _MSC_VER > 1000 8 | #pragma once 9 | #endif // _MSC_VER > 1000 10 | 11 | #ifndef __AFXWIN_H__ 12 | #error include 'stdafx.h' before including this file for PCH 13 | #endif 14 | 15 | #include "resource.h" // main symbols 16 | 17 | ///////////////////////////////////////////////////////////////////////////// 18 | // CcximagemfcdllApp 19 | // See cximagemfcdll.cpp for the implementation of this class 20 | // 21 | 22 | class CcximagemfcdllApp : public CWinApp 23 | { 24 | public: 25 | CcximagemfcdllApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CcximagemfcdllApp) 30 | //}}AFX_VIRTUAL 31 | 32 | //{{AFX_MSG(CcximagemfcdllApp) 33 | // NOTE - the ClassWizard will add and remove member functions here. 34 | // DO NOT EDIT what you see in these blocks of generated code ! 35 | //}}AFX_MSG 36 | DECLARE_MESSAGE_MAP() 37 | }; 38 | 39 | 40 | ///////////////////////////////////////////////////////////////////////////// 41 | 42 | //{{AFX_INSERT_LOCATION}} 43 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 44 | 45 | #endif // !defined(AFX_cximagemfcdll_H__E98F71A6_B361_11D6_BB83_CAEE2E1CB77B__INCLUDED_) 46 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/CxImageMfcDll.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/CxImageMfcDll.rc -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/CxImageCrtDll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/CxImageCrtDll.res -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/CxImageMfcDll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/CxImageMfcDll.res -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtd.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtd.exp -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtd.lib -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtd.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtd.pdb -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #v4.0:v100:false 2 | Debug|Win32|E:\XFcore\CxImage\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.log: -------------------------------------------------------------------------------- 1 | C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(388,5): warning MSB8028: The intermediate directory (.\Debug\) contains files shared from another project (cximagemfcdll.vcxproj). This can lead to incorrect clean and rebuild behavior. 2 | C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1193,5): warning MSB8012: TargetPath(E:\GitCode\CxImage_Test\cximage702_full\CxImage\CxImageDLL\.\Debug\cximagecrtdll.dll) does not match the Linker's OutputFile property value (E:\GitCode\CxImage_Test\cximage702_full\bin\cximagecrtd.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). 3 | C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1195,5): warning MSB8012: TargetName(cximagecrtdll) does not match the Linker's OutputFile property value (cximagecrtd). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). 4 | 正在创建库 .\Debug/cximagecrtd.lib 和对象 .\Debug/cximagecrtd.exp 5 | cximagecrtdll.vcxproj -> E:\GitCode\CxImage_Test\cximage702_full\CxImage\CxImageDLL\.\Debug\cximagecrtdll.dll 6 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cl.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cl.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cl.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cl.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cl.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cximagecrtdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit 2 | Debug|x64|E:\GitCode\CxImage_Test\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cximagecrtdll.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/cximagecrtdll.write.1u.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/rc.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/rc.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagecrtdll.tlog/rc.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximaged.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximaged.exp -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximaged.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximaged.lib -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximaged.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximaged.pdb -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #v4.0:v100:false 2 | Debug|Win32|E:\XFcore\CxImage\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.log: -------------------------------------------------------------------------------- 1 | C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(388,5): warning MSB8028: The intermediate directory (.\Debug\) contains files shared from another project (cximagecrtdll.vcxproj). This can lead to incorrect clean and rebuild behavior. 2 | C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1193,5): warning MSB8012: TargetPath(E:\GitCode\CxImage_Test\cximage702_full\CxImage\CxImageDLL\.\Debug\cximagemfcdll.dll) does not match the Linker's OutputFile property value (E:\GitCode\CxImage_Test\cximage702_full\bin\cximaged.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). 3 | C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1195,5): warning MSB8012: TargetName(cximagemfcdll) does not match the Linker's OutputFile property value (cximaged). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). 4 | 正在创建库 .\Debug/cximaged.lib 和对象 .\Debug/cximaged.exp 5 | cximagemfcdll.vcxproj -> E:\GitCode\CxImage_Test\cximage702_full\CxImage\CxImageDLL\.\Debug\cximagemfcdll.dll 6 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/cl.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/cximagemfcdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit 2 | Debug|x64|E:\GitCode\CxImage_Test\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/cximagemfcdll.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/cximagemfcdll.write.1u.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/rc.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/rc.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/cximagemfcdll.tlog/rc.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/tif_xfile.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/tif_xfile.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/vc120.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/vc120.pdb -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximabmp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximabmp.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximadsp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximadsp.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximaenc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximaenc.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximaexif.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximaexif.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximage.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximage.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximagif.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximagif.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximahist.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximahist.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximaico.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximaico.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximainfo.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximainfo.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximaint.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximaint.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximajas.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximajas.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximajbg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximajbg.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximajpg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximajpg.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximalpha.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximalpha.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximalyr.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximalyr.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximamng.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximamng.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximapal.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximapal.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximapcx.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximapcx.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximapng.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximapng.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximapsd.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximapsd.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximaraw.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximaraw.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximasel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximasel.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximaska.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximaska.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximatga.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximatga.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximath.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximath.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximatif.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximatif.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximatran.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximatran.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximawbmp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximawbmp.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximawmf.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximawmf.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/ximawnd.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/ximawnd.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Debug/xmemfile.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Debug/xmemfile.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/CL.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/CL.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/CxImageCrtDll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/CxImageCrtDll.res -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/CxImageMfcDll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/CxImageMfcDll.res -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cl.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximage.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximage.exp -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximage.lib -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrt.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrt.exp -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrt.lib -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/cl.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/cximagecrtdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit 2 | Release|x64|E:\GitCode\CxImage_Test\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/cximagecrtdll.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/cximagecrtdll.write.1u.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/rc.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/rc.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagecrtdll.tlog/rc.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.dll.intermediate.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #v4.0:v100:false 2 | Release|Win32|E:\XFcore\CxImage\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/cl.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/cximagemfcdll.lastbuildstate: -------------------------------------------------------------------------------- 1 | #TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit 2 | Release|x64|E:\GitCode\CxImage_Test\cximage702_full\| 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/cximagemfcdll.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/cximagemfcdll.write.1u.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/rc.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/rc.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.tlog/rc.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/cximagemfcdll.write.1.tlog: -------------------------------------------------------------------------------- 1 | ^E:\XFcore\CxImage\cximage702_full\CxImage\CxImageDLL\cximagemfcdll.vcxproj 2 | E:\XFcore\CxImage\cximage702_full\CxImage\CxImageDLL\Release\cximage.lib 3 | E:\XFcore\CxImage\cximage702_full\CxImage\CxImageDLL\Release\cximage.exp 4 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.11976-cvtres.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.11976-cvtres.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.11976-cvtres.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.11976-cvtres.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.11976.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.11976.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.11976.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.11976.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/link.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/mt.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/mt.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/mt.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/mt.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/mt.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/mt.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/rc.command.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/rc.read.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/rc.write.1.tlog -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/tif_xfile.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/tif_xfile.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/vc100.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/vc100.pdb -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/vc120.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/vc120.pdb -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximabmp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximabmp.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximadsp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximadsp.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximaenc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximaenc.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximaexif.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximaexif.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximage.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximage.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximagif.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximagif.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximahist.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximahist.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximaico.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximaico.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximainfo.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximainfo.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximaint.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximaint.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximajas.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximajas.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximajbg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximajbg.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximajpg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximajpg.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximalpha.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximalpha.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximalyr.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximalyr.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximamng.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximamng.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximapal.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximapal.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximapcx.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximapcx.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximapng.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximapng.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximapsd.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximapsd.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximaraw.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximaraw.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximasel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximasel.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximaska.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximaska.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximatga.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximatga.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximath.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximath.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximatif.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximatif.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximatran.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximatran.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximawbmp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximawbmp.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximawmf.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximawmf.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/ximawnd.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/ximawnd.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/Release/xmemfile.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/CxImageDLL/Release/xmemfile.obj -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // cximagemfcdll.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/StdCrt.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #if !defined(AFX_STDAFX_H__F30A8A60_284F_4DF6_9431_6283105686F6__INCLUDED_) 7 | #define AFX_STDAFX_H__F30A8A60_284F_4DF6_9431_6283105686F6__INCLUDED_ 8 | 9 | #if _MSC_VER > 1000 10 | #pragma once 11 | #endif // _MSC_VER > 1000 12 | 13 | 14 | // Insert your headers here 15 | #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 16 | 17 | #include 18 | 19 | // TODO: reference additional headers your program requires here 20 | #if defined(_WIN32_WCE) && (_WIN32_WCE < 0x501) 21 | #pragma comment(lib, "ccrtrtti.lib") 22 | #pragma comment(lib, "secchk.lib") 23 | #endif 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__F30A8A60_284F_4DF6_9431_6283105686F6__INCLUDED_) 29 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/cximagecrtdll.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/cximagemfcdll.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by CxImageMFCdll.rc 4 | // 5 | 6 | // Next default values for new objects 7 | // 8 | #ifdef APSTUDIO_INVOKED 9 | #ifndef APSTUDIO_READONLY_SYMBOLS 10 | #define _APS_NEXT_RESOURCE_VALUE 6000 11 | #define _APS_NEXT_COMMAND_VALUE 32771 12 | #define _APS_NEXT_CONTROL_VALUE 6000 13 | #define _APS_NEXT_SYMED_VALUE 6000 14 | #endif 15 | #endif 16 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/CxImageDLL/resrc1.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by CxImageCrtDll.rc 4 | // 5 | 6 | // Next default values for new objects 7 | // 8 | #ifdef APSTUDIO_INVOKED 9 | #ifndef APSTUDIO_READONLY_SYMBOLS 10 | #define _APS_NEXT_RESOURCE_VALUE 6000 11 | #define _APS_NEXT_COMMAND_VALUE 32771 12 | #define _APS_NEXT_CONTROL_VALUE 6000 13 | #define _APS_NEXT_SYMED_VALUE 6000 14 | #endif 15 | #endif 16 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/cximage.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "CxImage"=.\CxImage.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/cximage.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximadsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/ximadsp.cpp -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximainfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/ximainfo.cpp -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximaint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/ximaint.cpp -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximajbg.h: -------------------------------------------------------------------------------- 1 | /* 2 | * File: ximajbg.h 3 | * Purpose: JBG Image Class Loader and Writer 4 | */ 5 | /* ========================================================== 6 | * CxImageJBG (c) 18/Aug/2002 Davide Pizzolato - www.xdp.it 7 | * For conditions of distribution and use, see copyright notice in ximage.h 8 | * 9 | * based on LIBJBG Copyright (c) 2002, Markus Kuhn - All rights reserved. 10 | * ========================================================== 11 | */ 12 | #if !defined(__ximaJBG_h) 13 | #define __ximaJBG_h 14 | 15 | #include "ximage.h" 16 | 17 | #if CXIMAGE_SUPPORT_JBG 18 | 19 | extern "C" { 20 | #include "../jbig/jbig.h" 21 | }; 22 | 23 | class CxImageJBG: public CxImage 24 | { 25 | public: 26 | CxImageJBG(): CxImage(CXIMAGE_FORMAT_JBG) {} 27 | 28 | // bool Load(const TCHAR * imageFileName){ return CxImage::Load(imageFileName,CXIMAGE_FORMAT_JBG);} 29 | // bool Save(const TCHAR * imageFileName){ return CxImage::Save(imageFileName,CXIMAGE_FORMAT_JBG);} 30 | bool Decode(CxFile * hFile); 31 | bool Decode(FILE *hFile) { CxIOFile file(hFile); return Decode(&file); } 32 | 33 | #if CXIMAGE_SUPPORT_ENCODE 34 | bool Encode(CxFile * hFile); 35 | bool Encode(FILE *hFile) { CxIOFile file(hFile); return Encode(&file); } 36 | #endif // CXIMAGE_SUPPORT_ENCODE 37 | protected: 38 | static void jbig_data_out(uint8_t *buffer, uint32_t len, void *file) 39 | {((CxFile*)file)->Write(buffer,len,1);} 40 | }; 41 | 42 | #endif 43 | 44 | #endif 45 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximapsd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/ximapsd.cpp -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximaska.h: -------------------------------------------------------------------------------- 1 | /* 2 | * File: ximaska.h 3 | * Purpose: SKA Image Class Loader and Writer 4 | */ 5 | /* ========================================================== 6 | * CxImageSKA (c) 25/Sep/2007 Davide Pizzolato - www.xdp.it 7 | * For conditions of distribution and use, see copyright notice in ximage.h 8 | * ========================================================== 9 | */ 10 | #if !defined(__ximaSKA_h) 11 | #define __ximaSKA_h 12 | 13 | #include "ximage.h" 14 | 15 | #if CXIMAGE_SUPPORT_SKA 16 | 17 | class CxImageSKA: public CxImage 18 | { 19 | #pragma pack(1) 20 | typedef struct tagSkaHeader { 21 | uint16_t Width; 22 | uint16_t Height; 23 | uint8_t BppExp; 24 | uint32_t dwUnknown; 25 | } SKAHEADER; 26 | #pragma pack() 27 | 28 | public: 29 | CxImageSKA(): CxImage(CXIMAGE_FORMAT_SKA) {} 30 | 31 | // bool Load(const char * imageFileName){ return CxImage::Load(imageFileName,CXIMAGE_FORMAT_ICO);} 32 | // bool Save(const char * imageFileName){ return CxImage::Save(imageFileName,CXIMAGE_FORMAT_ICO);} 33 | bool Decode(CxFile * hFile); 34 | bool Decode(FILE *hFile) { CxIOFile file(hFile); return Decode(&file); } 35 | 36 | #if CXIMAGE_SUPPORT_ENCODE 37 | bool Encode(CxFile * hFile); 38 | bool Encode(FILE *hFile) { CxIOFile file(hFile); return Encode(&file); } 39 | #endif // CXIMAGE_SUPPORT_ENCODE 40 | }; 41 | 42 | #endif 43 | 44 | #endif 45 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximath.h: -------------------------------------------------------------------------------- 1 | #if !defined(__ximath_h) 2 | #define __ximath_h 3 | 4 | #include "ximadef.h" 5 | 6 | //***bd*** simple floating point point 7 | class DLL_EXP CxPoint2 8 | { 9 | public: 10 | CxPoint2(); 11 | CxPoint2(float const x_, float const y_); 12 | CxPoint2(CxPoint2 const &p); 13 | 14 | float Distance(CxPoint2 const p2); 15 | float Distance(float const x_, float const y_); 16 | 17 | float x,y; 18 | }; 19 | 20 | //and simple rectangle 21 | class DLL_EXP CxRect2 22 | { 23 | public: 24 | CxRect2(); 25 | CxRect2(float const x1_, float const y1_, float const x2_, float const y2_); 26 | CxRect2(CxPoint2 const &bl, CxPoint2 const &tr); 27 | CxRect2(CxRect2 const &p); 28 | 29 | float Surface() const; 30 | CxRect2 CrossSection(CxRect2 const &r2) const; 31 | CxPoint2 Center() const; 32 | float Width() const; 33 | float Height() const; 34 | 35 | CxPoint2 botLeft; 36 | CxPoint2 topRight; 37 | }; 38 | 39 | #endif 40 | -------------------------------------------------------------------------------- /cximage702_full/CxImage/ximawnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage/ximawnd.cpp -------------------------------------------------------------------------------- /cximage702_full/CxImage/xmemfile.h: -------------------------------------------------------------------------------- 1 | #if !defined(__xmemfile_h) 2 | #define __xmemfile_h 3 | 4 | #include "xfile.h" 5 | 6 | ////////////////////////////////////////////////////////// 7 | class DLL_EXP CxMemFile : public CxFile 8 | { 9 | public: 10 | CxMemFile(uint8_t* pBuffer = NULL, uint32_t size = 0); 11 | ~CxMemFile(); 12 | 13 | bool Open(); 14 | uint8_t* GetBuffer(bool bDetachBuffer = true); 15 | 16 | virtual bool Close(); 17 | virtual size_t Read(void *buffer, size_t size, size_t count); 18 | virtual size_t Write(const void *buffer, size_t size, size_t count); 19 | virtual bool Seek(int32_t offset, int32_t origin); 20 | virtual int32_t Tell(); 21 | virtual int32_t Size(); 22 | virtual bool Flush(); 23 | virtual bool Eof(); 24 | virtual int32_t Error(); 25 | virtual bool PutC(uint8_t c); 26 | virtual int32_t GetC(); 27 | virtual char * GetS(char *string, int32_t n); 28 | virtual int32_t Scanf(const char *format, void* output); 29 | 30 | protected: 31 | bool Alloc(uint32_t nBytes); 32 | void Free(); 33 | 34 | uint8_t* m_pBuffer; 35 | uint32_t m_Size; 36 | bool m_bFreeOnClose; 37 | int32_t m_Position; //current position 38 | int32_t m_Edge; //buffer size 39 | bool m_bEOF; 40 | }; 41 | 42 | #endif 43 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/AxImage.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage_ocx/AxImage.aps -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/AxImage.clw: -------------------------------------------------------------------------------- 1 | ; CLW file contains information for the MFC ClassWizard 2 | 3 | [General Info] 4 | Version=1 5 | LastClass=AxImage 6 | LastTemplate=CDialog 7 | NewFileInclude1=#include "stdafx.h" 8 | NewFileInclude2=#include "AxImage.h" 9 | CDK=Y 10 | 11 | ClassCount=2 12 | Class1=AxImage 13 | Class2=AxImagePropPage 14 | 15 | ResourceCount=3 16 | LastPage=0 17 | Resource2=IDD_PROPPAGE_AXIMAGE (Italian (Italy)) 18 | Resource3=IDD_PROPPAGE_AXIMAGE 19 | 20 | [CLS:AxImage] 21 | Type=0 22 | HeaderFile=aximagectl.h 23 | ImplementationFile=aximagectl.cpp 24 | Filter=W 25 | BaseClass=COleControl 26 | VirtualFilter=wWC 27 | LastObject=AxImage 28 | 29 | [CLS:AxImagePropPage] 30 | Type=0 31 | HeaderFile=AxImagePpg.h 32 | ImplementationFile=AxImagePpg.cpp 33 | Filter=D 34 | 35 | [DLG:IDD_PROPPAGE_AXIMAGE] 36 | Type=1 37 | Class=AxImagePropPage 38 | ControlCount=1 39 | Control1=IDC_STATIC,static,1342308352 40 | 41 | [DLG:IDD_PROPPAGE_AXIMAGE (Italian (Italy))] 42 | Type=1 43 | ControlCount=1 44 | Control1=IDC_STATIC,static,1342308352 45 | 46 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/AxImage.def: -------------------------------------------------------------------------------- 1 | ; AxImage.def : Declares the module parameters. 2 | 3 | LIBRARY "AXIMAGE.OCX" 4 | 5 | EXPORTS 6 | DllCanUnloadNow @1 PRIVATE 7 | DllGetClassObject @2 PRIVATE 8 | DllRegisterServer @3 PRIVATE 9 | DllUnregisterServer @4 PRIVATE 10 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/AxImage.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "AxImage"=.\AxImage.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/AxImage.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_AXIMAGE_H__4FED1ACB_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_) 2 | #define AFX_AXIMAGE_H__4FED1ACB_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | 8 | // AxImage.h : main header file for AXIMAGE.DLL 9 | 10 | #if !defined( __AFXCTL_H__ ) 11 | #error include 'afxctl.h' before including this file 12 | #endif 13 | 14 | #include "resource.h" // main symbols 15 | 16 | ///////////////////////////////////////////////////////////////////////////// 17 | // CAxImageApp : See AxImage.cpp for implementation. 18 | 19 | class CAxImageApp : public COleControlModule 20 | { 21 | public: 22 | BOOL InitInstance(); 23 | int ExitInstance(); 24 | }; 25 | 26 | extern const GUID CDECL _tlid; 27 | extern const WORD _wVerMajor; 28 | extern const WORD _wVerMinor; 29 | 30 | //{{AFX_INSERT_LOCATION}} 31 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 32 | 33 | #endif // !defined(AFX_AXIMAGE_H__4FED1ACB_6CF3_11D6_BB83_9FDD9223647D__INCLUDED) 34 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/AxImagePpg.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_AXIMAGEPPG_H__4FED1AD4_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_) 2 | #define AFX_AXIMAGEPPG_H__4FED1AD4_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | 8 | // AxImagePpg.h : Declaration of the AxImagePropPage property page class. 9 | 10 | //////////////////////////////////////////////////////////////////////////// 11 | // AxImagePropPage : See AxImagePpg.cpp.cpp for implementation. 12 | 13 | class AxImagePropPage : public COlePropertyPage 14 | { 15 | DECLARE_DYNCREATE(AxImagePropPage) 16 | DECLARE_OLECREATE_EX(AxImagePropPage) 17 | 18 | // Constructor 19 | public: 20 | AxImagePropPage(); 21 | 22 | // Dialog Data 23 | //{{AFX_DATA(AxImagePropPage) 24 | enum { IDD = IDD_PROPPAGE_AXIMAGE }; 25 | //}}AFX_DATA 26 | 27 | // Implementation 28 | protected: 29 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 30 | 31 | // Message maps 32 | protected: 33 | //{{AFX_MSG(AxImagePropPage) 34 | //}}AFX_MSG 35 | DECLARE_MESSAGE_MAP() 36 | 37 | }; 38 | 39 | //{{AFX_INSERT_LOCATION}} 40 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 41 | 42 | #endif // !defined(AFX_AXIMAGEPPG_H__4FED1AD4_6CF3_11D6_BB83_9FDD9223647D__INCLUDED) 43 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by AxImage.rc 4 | // 5 | 6 | #define IDS_AXIMAGE 1 7 | #define IDS_AXIMAGE_PPG 2 8 | 9 | #define IDS_AXIMAGE_PPG_CAPTION 200 10 | 11 | #define IDD_PROPPAGE_AXIMAGE 200 12 | 13 | 14 | #define IDB_AXIMAGE 1 15 | 16 | 17 | #define _APS_NEXT_RESOURCE_VALUE 201 18 | #define _APS_NEXT_CONTROL_VALUE 201 19 | #define _APS_NEXT_SYMED_VALUE 101 20 | #define _APS_NEXT_COMMAND_VALUE 32768 21 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // stdafx.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/StdAfx.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_STDAFX_H__4FED1AC9_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_) 2 | #define AFX_STDAFX_H__4FED1AC9_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | 8 | // stdafx.h : include file for standard system include files, 9 | // or project specific include files that are used frequently, 10 | // but are changed infrequently 11 | 12 | #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 13 | 14 | #include // MFC support for ActiveX Controls 15 | #include // MFC extensions 16 | #include // MFC support for Internet Explorer 4 Comon Controls 17 | #ifndef _AFX_NO_AFXCMN_SUPPORT 18 | #include // MFC support for Windows Common Controls 19 | #endif // _AFX_NO_AFXCMN_SUPPORT 20 | 21 | // Delete the two includes below if you do not wish to use the MFC 22 | // database classes 23 | #include // MFC database classes 24 | #include // MFC DAO database classes 25 | 26 | //{{AFX_INSERT_LOCATION}} 27 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 28 | 29 | #endif // !defined(AFX_STDAFX_H__4FED1AC9_6CF3_11D6_BB83_9FDD9223647D__INCLUDED_) 30 | -------------------------------------------------------------------------------- /cximage702_full/CxImage_ocx/aximagectl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/CxImage_ocx/aximagectl.bmp -------------------------------------------------------------------------------- /cximage702_full/cximagetest/cximagetest.cpp: -------------------------------------------------------------------------------- 1 | // cximagetest.cpp : Defines the entry point for the console application. 2 | // 3 | #include 4 | #include "funset.h" 5 | #include "ximage.h" 6 | 7 | using namespace std; 8 | 9 | void test_gif(); 10 | 11 | int main(int argc, char* argv[]) 12 | { 13 | test_gif(); 14 | 15 | cout<<"ok!!!"< 2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Header Files 23 | 24 | 25 | 26 | 27 | Source Files 28 | 29 | 30 | Source Files 31 | 32 | 33 | -------------------------------------------------------------------------------- /cximage702_full/cximagetest/cximagetest.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/cximagetest/funset.h: -------------------------------------------------------------------------------- 1 | #ifndef _FUNSET_H_ 2 | #define _FUNSET_H_ 3 | 4 | #include 5 | 6 | using namespace std; 7 | 8 | void decoding_gif(string strGifName, string strSavePath); 9 | void encoding_gif(string strImgPath, string strGifName); 10 | 11 | #endif //_FUNSET_H_ -------------------------------------------------------------------------------- /cximage702_full/demo/ChildFrm.h: -------------------------------------------------------------------------------- 1 | // ChildFrm.h : interface of the CChildFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | class CChildFrame : public CMDIChildWnd 6 | { 7 | DECLARE_DYNCREATE(CChildFrame) 8 | public: 9 | CChildFrame(); 10 | 11 | // Attributes 12 | public: 13 | 14 | // Operations 15 | public: 16 | 17 | // Overrides 18 | // ClassWizard generated virtual function overrides 19 | //{{AFX_VIRTUAL(CChildFrame) 20 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 21 | //}}AFX_VIRTUAL 22 | 23 | // Implementation 24 | public: 25 | virtual ~CChildFrame(); 26 | #ifdef _DEBUG 27 | virtual void AssertValid() const; 28 | virtual void Dump(CDumpContext& dc) const; 29 | #endif 30 | 31 | // Generated message map functions 32 | protected: 33 | //{{AFX_MSG(CChildFrame) 34 | //}}AFX_MSG 35 | DECLARE_MESSAGE_MAP() 36 | }; 37 | 38 | ///////////////////////////////////////////////////////////////////////////// 39 | -------------------------------------------------------------------------------- /cximage702_full/demo/DlgHisto.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DLGHISTO_H__4EA4FEE4_AE24_11D6_BB83_E5D7B698D37E__INCLUDED_) 2 | #define AFX_DLGHISTO_H__4EA4FEE4_AE24_11D6_BB83_E5D7B698D37E__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DlgHisto.h : header file 8 | // 9 | 10 | #include "xTargetButton.h" 11 | 12 | ///////////////////////////////////////////////////////////////////////////// 13 | // DlgHisto dialog 14 | class DlgHisto : public CDialogBar 15 | { 16 | // Construction 17 | public: 18 | DlgHisto(); 19 | virtual ~DlgHisto(); 20 | 21 | BOOL Create(CWnd* pParentWnd, LPCTSTR lpszTemplateName, UINT nStyle, UINT nID ); 22 | BOOL Create(CWnd* pParentWnd, UINT nIDTemplate, UINT nStyle, UINT nID ); 23 | 24 | void InitDlg(); 25 | 26 | //{{AFX_VIRTUAL(DlgHisto) 27 | protected: 28 | //}}AFX_VIRTUAL 29 | 30 | // Implementation 31 | protected: 32 | CxTargetButton m_r; 33 | CxTargetButton m_g; 34 | CxTargetButton m_b; 35 | CxTargetButton m_gray; 36 | int m_ren; 37 | int m_gen; 38 | int m_ben; 39 | int m_grayen; 40 | int m_logen; 41 | bool m_initok; 42 | // Generated message map functions 43 | //{{AFX_MSG(DlgHisto) 44 | afx_msg void OnPaint(); 45 | //}}AFX_MSG 46 | DECLARE_MESSAGE_MAP() 47 | virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); 48 | }; 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_DLGHISTO_H__4EA4FEE4_AE24_11D6_BB83_E5D7B698D37E__INCLUDED_) 54 | -------------------------------------------------------------------------------- /cximage702_full/demo/DlgIncBpp.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DLGINCBPP_H__55B7AF22_BB40_11D5_8DD4_00E07D8144D0__INCLUDED_) 2 | #define AFX_DLGINCBPP_H__55B7AF22_BB40_11D5_8DD4_00E07D8144D0__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DlgIncBpp.h : header file 8 | // 9 | 10 | #include "xTargetButton.h" 11 | 12 | ///////////////////////////////////////////////////////////////////////////// 13 | // DlgIncBpp dialog 14 | class DlgIncBpp : public CDialog 15 | { 16 | // Construction 17 | public: 18 | BYTE m_bit; 19 | DlgIncBpp(CWnd* pParent = NULL); // standard constructor 20 | 21 | // Dialog Data 22 | //{{AFX_DATA(DlgIncBpp) 23 | enum { IDD = IDD_INCBPP }; 24 | CxTargetButton m_ok; 25 | CxTargetButton m_canc; 26 | CButton m_r4; 27 | CButton m_r24; 28 | CButton m_r8; 29 | //}}AFX_DATA 30 | 31 | 32 | // Overrides 33 | // ClassWizard generated virtual function overrides 34 | //{{AFX_VIRTUAL(DlgIncBpp) 35 | protected: 36 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 37 | //}}AFX_VIRTUAL 38 | 39 | // Implementation 40 | protected: 41 | 42 | // Generated message map functions 43 | //{{AFX_MSG(DlgIncBpp) 44 | virtual BOOL OnInitDialog(); 45 | virtual void OnOK(); 46 | //}}AFX_MSG 47 | DECLARE_MESSAGE_MAP() 48 | }; 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_DLGINCBPP_H__55B7AF22_BB40_11D5_8DD4_00E07D8144D0__INCLUDED_) 54 | -------------------------------------------------------------------------------- /cximage702_full/demo/DlgJpeg.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DLGJPEG_H__578E3AEA_8D08_432D_801C_BA0FA97E9E4C__INCLUDED_) 2 | #define AFX_DLGJPEG_H__578E3AEA_8D08_432D_801C_BA0FA97E9E4C__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DlgJpeg.h : header file 8 | // 9 | 10 | #include "xTargetButton.h" 11 | 12 | ///////////////////////////////////////////////////////////////////////////// 13 | // DlgJpeg dialog 14 | 15 | class DlgJpeg : public CDialog 16 | { 17 | // Construction 18 | public: 19 | DlgJpeg(CWnd* pParent = NULL); // standard constructor 20 | 21 | // Dialog Data 22 | //{{AFX_DATA(DlgJpeg) 23 | enum { IDD = IDD_JPEG }; 24 | CButton m_r1; 25 | CxTargetButton m_ok; 26 | CxTargetButton m_canc; 27 | float m_quality; 28 | long m_format; 29 | //}}AFX_DATA 30 | 31 | 32 | // Overrides 33 | // ClassWizard generated virtual function overrides 34 | //{{AFX_VIRTUAL(DlgJpeg) 35 | protected: 36 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 37 | //}}AFX_VIRTUAL 38 | 39 | // Implementation 40 | protected: 41 | 42 | // Generated message map functions 43 | //{{AFX_MSG(DlgJpeg) 44 | virtual BOOL OnInitDialog(); 45 | virtual void OnOK(); 46 | //}}AFX_MSG 47 | DECLARE_MESSAGE_MAP() 48 | }; 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_DLGJPEG_H__578E3AEA_8D08_432D_801C_BA0FA97E9E4C__INCLUDED_) 54 | -------------------------------------------------------------------------------- /cximage702_full/demo/DlgOpacity.cpp: -------------------------------------------------------------------------------- 1 | // DlgOpacity.cpp : implementation file 2 | // 3 | 4 | #include "stdafx.h" 5 | #include "demo.h" 6 | #include "DlgOpacity.h" 7 | 8 | #ifdef _DEBUG 9 | #define new DEBUG_NEW 10 | #undef THIS_FILE 11 | static char THIS_FILE[] = __FILE__; 12 | #endif 13 | 14 | ///////////////////////////////////////////////////////////////////////////// 15 | // DlgOpacity dialog 16 | 17 | 18 | DlgOpacity::DlgOpacity(CWnd* pParent /*=NULL*/) 19 | : CDialog(DlgOpacity::IDD, pParent) 20 | { 21 | //{{AFX_DATA_INIT(DlgOpacity) 22 | m_level = 0; 23 | //}}AFX_DATA_INIT 24 | } 25 | 26 | 27 | void DlgOpacity::DoDataExchange(CDataExchange* pDX) 28 | { 29 | CDialog::DoDataExchange(pDX); 30 | //{{AFX_DATA_MAP(DlgOpacity) 31 | DDX_Control(pDX, IDOK, m_ok); 32 | DDX_Control(pDX, IDCANCEL, m_canc); 33 | DDX_Text(pDX, IDC_EDIT1, m_level); 34 | //}}AFX_DATA_MAP 35 | } 36 | 37 | 38 | BEGIN_MESSAGE_MAP(DlgOpacity, CDialog) 39 | //{{AFX_MSG_MAP(DlgOpacity) 40 | //}}AFX_MSG_MAP 41 | END_MESSAGE_MAP() 42 | 43 | ///////////////////////////////////////////////////////////////////////////// 44 | // DlgOpacity message handlers 45 | 46 | BOOL DlgOpacity::OnInitDialog() 47 | { 48 | CDialog::OnInitDialog(); 49 | 50 | m_ok.SetIcon(IDI_G,BS_LEFT); 51 | m_canc.SetIcon(IDI_R,BS_LEFT); 52 | 53 | return TRUE; // return TRUE unless you set the focus to a control 54 | // EXCEPTION: OCX Property Pages should return FALSE 55 | } 56 | -------------------------------------------------------------------------------- /cximage702_full/demo/DlgOpacity.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DLGOPACITY_H__B7012944_0790_11D6_8DD7_00E07D8144D0__INCLUDED_) 2 | #define AFX_DLGOPACITY_H__B7012944_0790_11D6_8DD7_00E07D8144D0__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DlgOpacity.h : header file 8 | // 9 | 10 | #include "xTargetButton.h" 11 | 12 | ///////////////////////////////////////////////////////////////////////////// 13 | // DlgOpacity dialog 14 | class DlgOpacity : public CDialog 15 | { 16 | // Construction 17 | public: 18 | DlgOpacity(CWnd* pParent = NULL); // standard constructor 19 | 20 | // Dialog Data 21 | //{{AFX_DATA(DlgOpacity) 22 | enum { IDD = IDD_OPACITY }; 23 | CxTargetButton m_ok; 24 | CxTargetButton m_canc; 25 | BYTE m_level; 26 | //}}AFX_DATA 27 | 28 | 29 | // Overrides 30 | // ClassWizard generated virtual function overrides 31 | //{{AFX_VIRTUAL(DlgOpacity) 32 | protected: 33 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 34 | //}}AFX_VIRTUAL 35 | 36 | // Implementation 37 | protected: 38 | 39 | // Generated message map functions 40 | //{{AFX_MSG(DlgOpacity) 41 | virtual BOOL OnInitDialog(); 42 | //}}AFX_MSG 43 | DECLARE_MESSAGE_MAP() 44 | }; 45 | 46 | //{{AFX_INSERT_LOCATION}} 47 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 48 | 49 | #endif // !defined(AFX_DLGOPACITY_H__B7012944_0790_11D6_8DD7_00E07D8144D0__INCLUDED_) 50 | -------------------------------------------------------------------------------- /cximage702_full/demo/DlgRepair.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DLGREPAIR_H__399C37C1_B3B5_11D6_BB83_93FE8A487F7B__INCLUDED_) 2 | #define AFX_DLGREPAIR_H__399C37C1_B3B5_11D6_BB83_93FE8A487F7B__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DlgRepair.h : header file 8 | // 9 | 10 | #include "xTargetButton.h" 11 | 12 | ///////////////////////////////////////////////////////////////////////////// 13 | // DlgRepair dialog 14 | class DlgRepair : public CDialog 15 | { 16 | // Construction 17 | public: 18 | long m_ncs; 19 | 20 | DlgRepair(CWnd* pParent = NULL); // standard constructor 21 | 22 | // Dialog Data 23 | //{{AFX_DATA(DlgRepair) 24 | enum { IDD = IDD_REPAIR }; 25 | CComboBox m_cs; 26 | CxTargetButton m_ok; 27 | CxTargetButton m_canc; 28 | float m_radius; 29 | int m_iterations; 30 | //}}AFX_DATA 31 | 32 | 33 | // Overrides 34 | // ClassWizard generated virtual function overrides 35 | //{{AFX_VIRTUAL(DlgRepair) 36 | protected: 37 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 38 | //}}AFX_VIRTUAL 39 | 40 | // Implementation 41 | protected: 42 | 43 | // Generated message map functions 44 | //{{AFX_MSG(DlgRepair) 45 | virtual BOOL OnInitDialog(); 46 | virtual void OnOK(); 47 | //}}AFX_MSG 48 | DECLARE_MESSAGE_MAP() 49 | }; 50 | 51 | //{{AFX_INSERT_LOCATION}} 52 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 53 | 54 | #endif // !defined(AFX_DLGREPAIR_H__399C37C1_B3B5_11D6_BB83_93FE8A487F7B__INCLUDED_) 55 | -------------------------------------------------------------------------------- /cximage702_full/demo/Res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/Toolbar.bmp -------------------------------------------------------------------------------- /cximage702_full/demo/Res/b1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/b1.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/bg.bmp -------------------------------------------------------------------------------- /cximage702_full/demo/Res/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/bg.gif -------------------------------------------------------------------------------- /cximage702_full/demo/Res/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/bg.jpg -------------------------------------------------------------------------------- /cximage702_full/demo/Res/bg.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/bg.tif -------------------------------------------------------------------------------- /cximage702_full/demo/Res/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/bg2.jpg -------------------------------------------------------------------------------- /cximage702_full/demo/Res/canc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/canc.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/demo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/demo.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/demo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // DEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /cximage702_full/demo/Res/demoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/demoDoc.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/gray.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/gray.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/ico2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/ico2.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/no1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/no1.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/ok.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/ok.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/r1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/r1.ico -------------------------------------------------------------------------------- /cximage702_full/demo/Res/toolbar1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/toolbar1.bmp -------------------------------------------------------------------------------- /cximage702_full/demo/Res/toolbar2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/toolbar2.bmp -------------------------------------------------------------------------------- /cximage702_full/demo/Res/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/Res/us.png -------------------------------------------------------------------------------- /cximage702_full/demo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // demo.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | -------------------------------------------------------------------------------- /cximage702_full/demo/StdAfx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 7 | 8 | #ifndef WINVER 9 | #if _MSC_VER<1500 10 | #define WINVER 0x0400 11 | #else 12 | #define WINVER 0x0501 13 | #endif 14 | #endif 15 | 16 | #include // MFC core and standard components 17 | #include // MFC extensions 18 | #include // MFC Automation classes 19 | //#include // MFC support for Internet Explorer 4 Common Controls 20 | #ifndef _AFX_NO_AFXCMN_SUPPORT 21 | #include // MFC support for Windows 95 Common Controls 22 | #endif // _AFX_NO_AFXCMN_SUPPORT 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /cximage702_full/demo/demo.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/demo.aps -------------------------------------------------------------------------------- /cximage702_full/demo/demo.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "demo"=.\demo.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/demo/demo.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/demo.rc -------------------------------------------------------------------------------- /cximage702_full/demo/demo.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/demo/demodll.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/demo/enumwnd.h: -------------------------------------------------------------------------------- 1 | //global structures for task enumeration 2 | typedef struct _TASK_LIST { 3 | DWORD dwProcessId; 4 | DWORD dwInheritedFromProcessId; 5 | BOOL flags; 6 | HWND hwnd; 7 | TCHAR ProcessName[MAX_PATH]; 8 | TCHAR WindowTitle[MAX_PATH]; 9 | } TASK_LIST, *PTASK_LIST; 10 | 11 | typedef struct _TASK_LIST_ENUM { 12 | PTASK_LIST tlist; 13 | DWORD numtasks; 14 | } TASK_LIST_ENUM, *PTASK_LIST_ENUM; 15 | 16 | -------------------------------------------------------------------------------- /cximage702_full/demo/logomdi.h: -------------------------------------------------------------------------------- 1 | // logomdi.h : header file 2 | ///////////////////////////////////////////////////////////////////////////// 3 | // CLogoMdi window 4 | #if !defined(_CLOGOMDI_H) 5 | #define _CLOGOMDI_H 6 | 7 | #include "ximage.h" 8 | 9 | class CLogoMdi : public CWnd 10 | { 11 | // Construction 12 | public: 13 | CLogoMdi(); 14 | // Implementation 15 | public: 16 | virtual ~CLogoMdi(); 17 | // Generated message map functions 18 | protected: 19 | CSize m_sizeClient ; 20 | CFont m_LogoFont; 21 | CString sLogoString; 22 | CxImage* bgImage; 23 | //{{AFX_MSG(CLogoMdi) 24 | afx_msg BOOL OnEraseBkgnd(CDC* pDC); 25 | afx_msg void OnSize(UINT nType, int cx, int cy); 26 | //}}AFX_MSG 27 | DECLARE_MESSAGE_MAP() 28 | }; 29 | ///////////////////////////////////////////////////////////////////////////// 30 | #endif -------------------------------------------------------------------------------- /cximage702_full/demo/twain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/twain.h -------------------------------------------------------------------------------- /cximage702_full/demo/xTargetButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo/xTargetButton.cpp -------------------------------------------------------------------------------- /cximage702_full/demo2/StdAfx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #if !defined(AFX_STDAFX_H__F2839003_A1B1_11D6_BB83_AAD68E1F7D6B__INCLUDED_) 7 | #define AFX_STDAFX_H__F2839003_A1B1_11D6_BB83_AAD68E1F7D6B__INCLUDED_ 8 | 9 | #if _MSC_VER > 1000 10 | #pragma once 11 | #endif // _MSC_VER > 1000 12 | 13 | #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 14 | 15 | #include 16 | 17 | //#ifndef __MINGW32__ 18 | // #include // MFC core and standard components 19 | //#endif 20 | 21 | // TODO: reference additional headers your program requires here 22 | 23 | //{{AFX_INSERT_LOCATION}} 24 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 25 | 26 | #endif // !defined(AFX_STDAFX_H__F2839003_A1B1_11D6_BB83_AAD68E1F7D6B__INCLUDED_) 27 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/ExDlgEngine.h: -------------------------------------------------------------------------------- 1 | // ExDlgEngine.h: interface for the CExDlgEngine class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_EXDLGENGINE_H__87E5E8EA_16C8_4FDD_BE0E_16E80BA4F555__INCLUDED_) 6 | #define AFX_EXDLGENGINE_H__87E5E8EA_16C8_4FDD_BE0E_16E80BA4F555__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | #include 13 | 14 | class CExDlgEngine 15 | { 16 | protected: 17 | int m_nHeaderHeight; 18 | CFont m_fontBold; 19 | 20 | public: 21 | CExDlgEngine(); 22 | virtual ~CExDlgEngine(); 23 | 24 | void PaintHeader (CWnd* pWnd, CDC &dc, LPCTSTR pszTitle); 25 | void Underline (CWnd* pWnd, CDC &dc, UINT *pArrID); 26 | BOOL CreateDateTime (CWnd* pWnd, CDateTimeCtrl &dtc, UINT nID, DWORD dwStyle); 27 | 28 | BOOL SetBold (CWnd* pWnd, UINT nID); 29 | 30 | int GetHeaderHeight() {return m_nHeaderHeight;} 31 | }; 32 | 33 | #endif // !defined(AFX_EXDLGENGINE_H__87E5E8EA_16C8_4FDD_BE0E_16E80BA4F555__INCLUDED_) 34 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/Misc.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | #include "Misc.h" 3 | 4 | 5 | 6 | 7 | /*static*/ int CMisc::Message(LPCTSTR szFmt, ...) 8 | { 9 | TCHAR szBuffer[2048]; 10 | va_list args; 11 | int bytesWriten = 0; 12 | 13 | va_start(args, szFmt); 14 | bytesWriten = _vstprintf(szBuffer, szFmt, args); 15 | 16 | va_end(args); 17 | 18 | 19 | return ::MessageBox(NULL, szBuffer, NULL, MB_ICONSTOP | MB_OK); 20 | } 21 | 22 | 23 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/Misc.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | // 4 | // Class: CMisc 5 | // 6 | // Compiler: eMbedded Visual C++, Visual6, Visual_2003, Visual_2005 7 | // Tested on: Windows CE 3.0, PPC2003, PPC2005 8 | // 9 | // Version: 10 | // 11 | // Created: 10/03/2006 12 | // Updated: 13 | // 14 | // Author: Vincent RICHOMME' 15 | // 16 | // Constraints : YOU MUST USE SAFE C RUN-TIME TO PREVENT BUFFER-OVERFLOW 17 | // 18 | // TODO : PROVIDE A Fixed Path version for better performance 19 | // 20 | // Note: Misceleanous functions - Waiting for better place 21 | 22 | #define KEY_NUMERIC 1 23 | #define KEY_ALPHANUMERIC 2 24 | 25 | class CMisc 26 | { 27 | public: 28 | 29 | //static CString GetAppPath(); 30 | static int Message(LPCTSTR szFmt, ...); 31 | //static BOOL GetInputPanelState(); 32 | //static BOOL ChangeInputPanelState(int nState, int nKeypad=KEY_ALPHANUMERIC); 33 | 34 | }; 35 | 36 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/demo_ce.h: -------------------------------------------------------------------------------- 1 | // demo_ce.h : main header file for the PROJECT_NAME application 2 | // 3 | 4 | #pragma once 5 | 6 | #ifndef __AFXWIN_H__ 7 | #error "include 'stdafx.h' before including this file for PCH" 8 | #endif 9 | 10 | #ifdef POCKETPC2003_UI_MODEL 11 | #include "resourceppc.h" 12 | #endif 13 | 14 | // Cdemo_ceApp: 15 | // See demo_ce.cpp for the implementation of this class 16 | // 17 | 18 | class Cdemo_ceApp : public CWinApp 19 | { 20 | public: 21 | Cdemo_ceApp(); 22 | 23 | // Overrides 24 | public: 25 | virtual BOOL InitInstance(); 26 | 27 | // Implementation 28 | 29 | DECLARE_MESSAGE_MAP() 30 | }; 31 | 32 | extern Cdemo_ceApp theApp; 33 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/demo_ceDlg.h: -------------------------------------------------------------------------------- 1 | // demo_ceDlg.h : header file 2 | // 3 | 4 | #pragma once 5 | #include "cxpicture.h" 6 | 7 | // Cdemo_ceDlg dialog 8 | class Cdemo_ceDlg : public CDialog 9 | { 10 | // Construction 11 | public: 12 | Cdemo_ceDlg(CWnd* pParent = NULL); // standard constructor 13 | 14 | // Dialog Data 15 | enum { IDD = IDD_DEMO_CE_DIALOG }; 16 | 17 | 18 | protected: 19 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 20 | 21 | // Implementation 22 | protected: 23 | HICON m_hIcon; 24 | 25 | // Generated message map functions 26 | virtual BOOL OnInitDialog(); 27 | #if defined(_DEVICE_RESOLUTION_AWARE) && !defined(WIN32_PLATFORM_WFSP) 28 | afx_msg void OnSize(UINT /*nType*/, int /*cx*/, int /*cy*/); 29 | #endif 30 | afx_msg void OnFileBtn(); 31 | 32 | CxPicture m_staView; 33 | 34 | DECLARE_MESSAGE_MAP() 35 | }; 36 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/CeSkin.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/CeSkin.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/CeSkinDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/CeSkinDoc.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/ClosedFolder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/ClosedFolder.bmp -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/Cmdbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/Cmdbar.bmp -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/FileOpen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/FileOpen.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/FileOpen_VS.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/FileOpen_VS.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/Folder_16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/Folder_16.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/Folder_32.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/Folder_32.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/OpenFolder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/OpenFolder.bmp -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/OpenFolder_16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/OpenFolder_16.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/OpenFolder_32.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/OpenFolder_32.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/OpenPocket_16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/OpenPocket_16.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/Pocket_16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/Pocket_16.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/bitmap1.bmp -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/demo_ce.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/demo_ce.ico -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/demo_ceppc.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // demo_cePPC.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | HI_RES_AWARE CEUX {1} // turn off the emulation layer 15 | // Remove this resource to enable pixel- 16 | // doubling on platforms that support it 17 | ///////////////////////////////////////////////////////////////////////////// 18 | 19 | -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/fileopen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/fileopen.bmp -------------------------------------------------------------------------------- /cximage702_full/demo_ce/res/sort_arr.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ce/res/sort_arr.bmp -------------------------------------------------------------------------------- /cximage702_full/demo_ce/stdafx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // demo_ce.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | 8 | -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/Module1.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "Module1" 2 | Public fMainForm As frmMain 3 | 4 | 5 | Sub Main() 6 | Set fMainForm = New frmMain 7 | fMainForm.Show 8 | End Sub 9 | 10 | -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/bmp2pic.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "bmp2picbox" 2 | Option Explicit 3 | 4 | Private Type PictDesc 5 | cbSizeofStruct As Long 6 | picType As Long 7 | hImage As Long 8 | xExt As Long 9 | yExt As Long 10 | End Type 11 | Private Type Guid 12 | Data1 As Long 13 | Data2 As Integer 14 | Data3 As Integer 15 | Data4(0 To 7) As Byte 16 | End Type 17 | Private Declare Function OleCreatePictureIndirect Lib "olepro32.dll" (lpPictDesc As PictDesc, riid As Guid, ByVal fPictureOwnsHandle As Long, ipic As IPicture) As Long 18 | 19 | 'Karim El Bureiasi 20 | 'Dim hBmp As Long 21 | 'hBmp = AxImage1.MakeBitmap(hDC) 22 | 'Set picPreview.Picture = BitmapToPicture(hBmp) 23 | 'picPreview.Refresh 24 | 25 | Public Function BitmapToPicture(ByVal hBmp As Long) As IPicture 26 | 27 | If (hBmp = 0) Then Exit Function 28 | 29 | Dim oNewPic As Picture, tPicConv As PictDesc, IGuid As Guid 30 | 31 | ' Fill PictDesc structure with necessary parts: 32 | With tPicConv 33 | .cbSizeofStruct = Len(tPicConv) 34 | .picType = vbPicTypeBitmap 35 | .hImage = hBmp 36 | End With 37 | 38 | ' Fill in IDispatch Interface ID 39 | With IGuid 40 | .Data1 = &H20400 41 | .Data4(0) = &HC0 42 | .Data4(7) = &H46 43 | End With 44 | 45 | ' Create a picture object: 46 | OleCreatePictureIndirect tPicConv, IGuid, True, oNewPic 47 | 48 | ' Return it: 49 | Set BitmapToPicture = oNewPic 50 | 51 | 52 | End Function 53 | 54 | -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/frmDocument.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Object = "{4FED1AC3-6CF3-11D6-BB83-9FDD9223647D}#1.0#0"; "AXIMAGE.OCX" 3 | Begin VB.Form frmDocument 4 | Caption = "frmDocument" 5 | ClientHeight = 3195 6 | ClientLeft = 60 7 | ClientTop = 345 8 | ClientWidth = 4680 9 | LinkTopic = "Form1" 10 | MDIChild = -1 'True 11 | ScaleHeight = 3195 12 | ScaleWidth = 4680 13 | Begin AXIMAGELib.AxImage AxImage1 14 | Height = 2175 15 | Left = 120 16 | TabIndex = 0 17 | Top = 120 18 | Width = 2775 19 | _Version = 65536 20 | _ExtentX = 4895 21 | _ExtentY = 3836 22 | _StockProps = 1 23 | BackColor = -2147483643 24 | End 25 | End 26 | Attribute VB_Name = "frmDocument" 27 | Attribute VB_GlobalNameSpace = False 28 | Attribute VB_Creatable = False 29 | Attribute VB_PredeclaredId = True 30 | Attribute VB_Exposed = False 31 | 32 | Private Sub rtfText_SelChange() 33 | End Sub 34 | 35 | Private Sub Form_Load() 36 | AxImage1.Border = True 37 | Form_Resize 38 | End Sub 39 | 40 | 41 | Private Sub Form_Resize() 42 | On Error Resume Next 43 | AxImage1.Move 50, 50, Me.ScaleWidth - 100, Me.ScaleHeight - 100 44 | AxImage1.RightMargin = AxImage1.Width - 400 45 | End Sub 46 | 47 | -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/frmDocument.log: -------------------------------------------------------------------------------- 1 | Riga 13: la classe AXIMAGELib.AxImage del controllo AxImage1 non era una classe di controllo caricata. 2 | -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/frmMain.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ocx/frmMain.frx -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/vbdemo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/demo_ocx/vbdemo.exe -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/vbdemo.vbp: -------------------------------------------------------------------------------- 1 | Type=Exe 2 | Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation 3 | Module=Module1; Module1.bas 4 | Form=frmMain.frm 5 | Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OCX 6 | Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx 7 | Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0; RICHTX32.OCX 8 | Form=frmDocument.frm 9 | Object={4FED1AC3-6CF3-11D6-BB83-9FDD9223647D}#1.0#0; AxImage.ocx 10 | Startup="Sub Main" 11 | ExeName32="vbdemo.exe" 12 | Command32="" 13 | Name="Project1" 14 | HelpContextID="0" 15 | CompatibleMode="0" 16 | MajorVer=1 17 | MinorVer=0 18 | RevisionVer=0 19 | AutoIncrementVer=0 20 | ServerSupportFiles=0 21 | VersionCompanyName="a" 22 | CompilationType=0 23 | OptimizationType=0 24 | FavorPentiumPro(tm)=0 25 | CodeViewDebugInfo=0 26 | NoAliasing=0 27 | BoundsCheck=0 28 | OverflowCheck=0 29 | FlPointCheck=0 30 | FDIVCheck=0 31 | UnroundedFP=0 32 | StartMode=0 33 | Unattended=0 34 | Retained=0 35 | ThreadPerObject=0 36 | MaxNumberOfThreads=1 37 | 38 | [MS Transaction Server] 39 | AutoRefresh=1 40 | -------------------------------------------------------------------------------- /cximage702_full/demo_ocx/vbdemo.vbw: -------------------------------------------------------------------------------- 1 | Module1 = 176, 176, 909, 624, C 2 | frmMain = 4, -1, 737, 447, C, 11, 45, 744, 521, C 3 | frmDocument = -142, 28, 609, 431, C, 43, 134, 776, 582, C 4 | -------------------------------------------------------------------------------- /cximage702_full/doc/blank.htm: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | Untitled Document 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /cximage702_full/doc/cximage_history.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/cximage_history.htm -------------------------------------------------------------------------------- /cximage702_full/doc/cximagelogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/cximagelogo.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/doxygen.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2blank.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2doc.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2folderclosed.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2folderopen.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2lastnode.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2link.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2mlastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2mlastnode.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2mnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2mnode.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2node.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2plastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2plastnode.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2pnode.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ftv2vertline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/ftv2vertline.png -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/group___attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/group___attributes.html -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage 4 | 5 | 6 | 7 | 8 | <a href="main.html">Frames are disabled. Click here to go to the main page.</a> 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: Main Page 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

CxImage Documentation

17 |

18 |

7.0.2.0


Generated on Sat Feb 5 21:11:29 2011 for CxImage by  19 | 20 | doxygen 1.5.4
21 | 22 | 23 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/tab_b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/tab_b.gif -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/tab_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/tab_l.gif -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/tab_r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/doxy/html/tab_r.gif -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximabmp_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximabmp.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximabmp.cpp File Reference

#include "ximabmp.h"
17 | #include "ximaiter.h"
18 | 19 | 20 |
21 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  22 | 23 | doxygen 1.5.4
24 | 25 | 26 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximage_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximage.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximage.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximahist_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximahist.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximahist.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximaico_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximaico.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximaico.cpp File Reference

#include "ximaico.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximainfo_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximainfo.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximainfo.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximajas_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximajas.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximajas.cpp File Reference

#include "ximajas.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximajbg_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximajbg.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximajbg.cpp File Reference

#include "ximajbg.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximalpha_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximalpha.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximalpha.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximalyr_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximalyr.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximalyr.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximapal_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximapal.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximapal.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximapng_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximapng.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximapng.cpp File Reference

#include "ximapng.h"
17 | #include "ximaiter.h"
18 | 19 | 20 |
21 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  22 | 23 | doxygen 1.5.4
24 | 25 | 26 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximaraw_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximaraw.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximaraw.cpp File Reference

#include "ximaraw.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximasel_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximasel.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximasel.cpp File Reference

#include "ximage.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximaska_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximaska.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximaska.cpp File Reference

#include "ximaska.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximath_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximath.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximath.cpp File Reference

#include "ximage.h"
17 | #include "ximath.h"
18 | #include <math.h>
19 | 20 | 21 |
22 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  23 | 24 | doxygen 1.5.4
25 | 26 | 27 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximawbmp_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximawbmp.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximawbmp.cpp File Reference

#include "ximawbmp.h"
17 | #include "ximaiter.h"
18 | 19 | 20 |
21 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  22 | 23 | doxygen 1.5.4
24 | 25 | 26 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximawmf_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximawmf.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximawmf.cpp File Reference

#include "ximawmf.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/ximawnd_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: ximawnd.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

ximawnd.cpp File Reference

#include "ximage.h"
17 | #include "ximaiter.h"
18 | #include "ximabmp.h"
19 | 20 | 21 |
22 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  23 | 24 | doxygen 1.5.4
25 | 26 | 27 | -------------------------------------------------------------------------------- /cximage702_full/doc/doxy/html/xmemfile_8cpp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage: xmemfile.cpp File Reference 4 | 5 | 6 | 7 | 8 |
9 | 15 |
16 |

xmemfile.cpp File Reference

#include "xmemfile.h"
17 | 18 | 19 |
20 |
Generated on Sat Feb 5 21:11:29 2011 for CxImage by  21 | 22 | doxygen 1.5.4
23 | 24 | 25 | -------------------------------------------------------------------------------- /cximage702_full/doc/libjpeg_patches.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/libjpeg_patches.7z -------------------------------------------------------------------------------- /cximage702_full/doc/libpsd_patches.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/libpsd_patches.7z -------------------------------------------------------------------------------- /cximage702_full/doc/libtiff_patches.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/doc/libtiff_patches.7z -------------------------------------------------------------------------------- /cximage702_full/doc/top.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | CxImage Index 4 | 5 | 6 | 7 | 8 | 9 | 10 |


11 | |[ home ]|[ article ]|[ reference ]|[ history ]|[ license ]|[ linked libraries ]|

12 | 13 | 14 | -------------------------------------------------------------------------------- /cximage702_full/index.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CxImage 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | <body> 13 | </body> 14 | 15 | -------------------------------------------------------------------------------- /cximage702_full/jasper/jasper.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "jasper"=".\jasper.dsp" - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/jasper/jasper.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/jasper/jpg/README: -------------------------------------------------------------------------------- 1 | This directory contains code to support the JPEG image format. In order 2 | for the code in this directory to be useful, the free JPEG library from 3 | the Independent JPEG Group (IJG) is needed. For legal reasons, the 4 | IJG JPEG software is not included in the JasPer software distribution. 5 | The IJG JPEG software can be obtained, however, from: 6 | http://www.ijg.org 7 | -------------------------------------------------------------------------------- /cximage702_full/jasper/mif/README: -------------------------------------------------------------------------------- 1 | This directory contains the code for support of the MIF format. 2 | -------------------------------------------------------------------------------- /cximage702_full/jbig/Makefile: -------------------------------------------------------------------------------- 1 | # Unix makefile for the JBIG-KIT library 2 | # $Id: Makefile,v 1.9 2004-06-08 15:40:06+01 mgk25 Exp $ 3 | 4 | # Select an ANSI/ISO C compiler here, GNU gcc is recommended 5 | CC = gcc 6 | 7 | # Options for the compiler: A high optimization level is suggested 8 | CFLAGS = -O -Wall -ansi -pedantic 9 | 10 | all: libjbig.a tstcodec 11 | 12 | tstcodec: tstcodec.c jbig.c jbig.h jbig_tab.o 13 | $(CC) $(CFLAGS) -o tstcodec -DTEST_CODEC tstcodec.c jbig.c \ 14 | jbig_tab.o 15 | 16 | libjbig.a: jbig.o jbig_tab.o 17 | rm -f libjbig.a 18 | ar rc libjbig.a jbig.o jbig_tab.o 19 | -ranlib libjbig.a 20 | 21 | jbig.o: jbig.c jbig.h 22 | 23 | test: tstcodec 24 | ./tstcodec 25 | 26 | t82test.pbm: tstcodec 27 | ./tstcodec $@ 28 | 29 | clean: 30 | rm -f *.o *~ core gmon.out dbg_d\=??.pbm tstcodec t82test.pbm 31 | -------------------------------------------------------------------------------- /cximage702_full/jbig/jbig.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/jbig/jbig.doc -------------------------------------------------------------------------------- /cximage702_full/jbig/jbig.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "jbig"=.\jbig.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/jbig/jbig.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/jbig/patents.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/jbig/patents.htm -------------------------------------------------------------------------------- /cximage702_full/jpeg/Jpeg.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 5.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "jpeg"=.\jpeg.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/jpeg/jdosaobj.txt: -------------------------------------------------------------------------------- 1 | This archive contains already-assembled object files for JMEMDOSA.ASM 2 | of the Independent JPEG Group's JPEG package. These files will be helpful 3 | if you want to compile the IJG code for DOS, but don't have an assembler. 4 | 5 | These files were prepared from the 3/13/1992 version of JMEMDOSA.ASM, 6 | which is still unchanged as of mid-1998. You can use these files with 7 | releases 3 through 6 of the IJG code, and probably future releases too. 8 | 9 | To use these files, copy the proper version to JMEMDOSA.OBJ. Make sure 10 | this file has a newer date than JMEMDOSA.ASM. Then compile the code as 11 | usual. 12 | 13 | Object files included: 14 | 15 | JDOSAMSC.OBJ For Microsoft C version 5 or later. 16 | JDOSABCC.OBJ For Borland C version 3.0 or later. 17 | -------------------------------------------------------------------------------- /cximage702_full/jpeg/jpeg.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/jpeg/jversion.h: -------------------------------------------------------------------------------- 1 | /* 2 | * jversion.h 3 | * 4 | * Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding. 5 | * This file is part of the Independent JPEG Group's software. 6 | * For conditions of distribution and use, see the accompanying README file. 7 | * 8 | * This file contains software version identification. 9 | */ 10 | 11 | 12 | #define JVERSION "8c 16-Jan-2011" 13 | 14 | #define JCOPYRIGHT "Copyright (C) 2011, Thomas G. Lane, Guido Vollbeding" 15 | -------------------------------------------------------------------------------- /cximage702_full/jpeg/rdgif.c: -------------------------------------------------------------------------------- 1 | /* 2 | * rdgif.c 3 | * 4 | * Copyright (C) 1991-1997, Thomas G. Lane. 5 | * This file is part of the Independent JPEG Group's software. 6 | * For conditions of distribution and use, see the accompanying README file. 7 | * 8 | * This file contains routines to read input images in GIF format. 9 | * 10 | ***************************************************************************** 11 | * NOTE: to avoid entanglements with Unisys' patent on LZW compression, * 12 | * the ability to read GIF files has been removed from the IJG distribution. * 13 | * Sorry about that. * 14 | ***************************************************************************** 15 | * 16 | * We are required to state that 17 | * "The Graphics Interchange Format(c) is the Copyright property of 18 | * CompuServe Incorporated. GIF(sm) is a Service Mark property of 19 | * CompuServe Incorporated." 20 | */ 21 | 22 | #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */ 23 | 24 | #ifdef GIF_SUPPORTED 25 | 26 | /* 27 | * The module selection routine for GIF format input. 28 | */ 29 | 30 | GLOBAL(cjpeg_source_ptr) 31 | jinit_read_gif (j_compress_ptr cinfo) 32 | { 33 | fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n"); 34 | exit(EXIT_FAILURE); 35 | return NULL; /* keep compiler happy */ 36 | } 37 | 38 | #endif /* GIF_SUPPORTED */ 39 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/AUTHORS: -------------------------------------------------------------------------------- 1 | Patrick Wang 2 | libpsd@graphest.com -------------------------------------------------------------------------------- /cximage702_full/libpsd/CUSTOMIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/CUSTOMIZE -------------------------------------------------------------------------------- /cximage702_full/libpsd/ChangeLog: -------------------------------------------------------------------------------- 1 | V0.9 (24 February 2007) 2 | First public release. 3 | 4 | 5 | Notice about this file 6 | ====================== 7 | 8 | Libpsd is the product of Graphest Software, copyright 2004-2007, www.graphest.com 9 | 10 | This file is the part of Libpsd project, Libpsd is under the terms of the GNU Library 11 | General Public License as published by the Free Software Foundation; either version 2 12 | of the License, or (at your option) any later version. See the GNU General Public 13 | License for more details. -------------------------------------------------------------------------------- /cximage702_full/libpsd/INSTALL: -------------------------------------------------------------------------------- 1 | Basic Installation 2 | ================== 3 | 4 | This file only mentions the compilation, not the installation. 5 | 6 | 1. create compilation project 7 | 8 | Include all the *.c files in 'src' folder to your empty project, and set the 9 | 'include' folder as the include path. 10 | 11 | 12 | 2. Customize 13 | Read the COSTOMIZE document, according to the document, modify the options and 14 | parameters of your project. Be sure the file 'psd_system.c' is correct. 15 | 16 | 17 | 3. Compile 18 | 19 | 20 | Notice about this file 21 | ====================== 22 | 23 | Libpsd is the product of Graphest Software, copyright 2004-2007, www.graphest.com 24 | 25 | This file is the part of Libpsd project, Libpsd is under the terms of the GNU Library 26 | General Public License as published by the Free Software Foundation; either version 2 27 | of the License, or (at your option) any later version. See the GNU General Public 28 | License for more details. -------------------------------------------------------------------------------- /cximage702_full/libpsd/README: -------------------------------------------------------------------------------- 1 | Graphest Libpsd is a open source library which mainly decodes and blends *.psd files. 2 | There are many ways to read the psd files, however, they cannot decode all the 3 | information you want, and they don't provide the functions to blend psd again when 4 | changed the parameters or hided the layers. Libpsd can read the header, thumbnail, 5 | layer, mask, image resource, channel, path, pattern, adjustment layer, layer effect, 6 | etc. It converts 1, 8, 16 bit colors formats in Bitmap, Grayscale, Index, RGB, CMYK, 7 | LAB and multi-channel color spaces to 8 bit RGB color. All the features include in 8 | Photoshop sdk documents are implemented. After changed the parameters of layer, mask, 9 | channel and layer effect, Libpsd can blend the file again. It supports for Adobe 10 | Photoshop CS version, and is compatible with the previous versions of Photoshop. All 11 | the source code is C language, it's easy to run on many platforms such as Windows, 12 | Linux, OS2, Mac, etc. 13 | 14 | 15 | Notice about this file 16 | ====================== 17 | 18 | Libpsd is the product of Graphest Software, copyright 2004-2007, www.graphest.com 19 | 20 | This file is the part of Libpsd project, Libpsd is under the terms of the GNU Library 21 | General Public License as published by the Free Software Foundation; either version 2 22 | of the License, or (at your option) any later version. See the GNU General Public 23 | License for more details. -------------------------------------------------------------------------------- /cximage702_full/libpsd/channel_image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/channel_image.c -------------------------------------------------------------------------------- /cximage702_full/libpsd/hue_saturation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/hue_saturation.c -------------------------------------------------------------------------------- /cximage702_full/libpsd/image_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/image_data.c -------------------------------------------------------------------------------- /cximage702_full/libpsd/image_resource.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/image_resource.c -------------------------------------------------------------------------------- /cximage702_full/libpsd/layer_mask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/layer_mask.c -------------------------------------------------------------------------------- /cximage702_full/libpsd/libpsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/libpsd.h -------------------------------------------------------------------------------- /cximage702_full/libpsd/libpsd.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/pattern.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/pattern.c -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_descriptor.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_DESCRIPTOR_H__ 2 | #define __PSD_DESCRIPTOR_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include "libpsd.h" 9 | 10 | 11 | void psd_stream_get_object_null(psd_uint type, psd_context * context); 12 | psd_argb_color psd_stream_get_object_color(psd_context * context); 13 | void psd_stream_get_object_contour(psd_uchar * lookup_table, psd_context * context); 14 | psd_blend_mode psd_stream_get_object_blend_mode(psd_context * context); 15 | psd_technique_type psd_stream_get_object_technique(psd_context * context); 16 | psd_gradient_style psd_stream_get_object_gradient_style(psd_context * context); 17 | void psd_stream_get_object_gradient_color(psd_gradient_color * gradient_color, psd_context * context); 18 | void psd_stream_get_object_pattern_info(psd_pattern_info * pattern_info, psd_context * context); 19 | void psd_stream_get_object_point(psd_int * horz, psd_int * vert, psd_context * context); 20 | 21 | 22 | #ifdef __cplusplus 23 | } 24 | #endif 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_gradient.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_GRADIENT_H__ 2 | #define __PSD_GRADIENT_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include "libpsd.h" 9 | 10 | 11 | #define PSD_TAN(angle) ((angle) <= 45 ? (angle) / 45.0 : 45.0 / (90 - (angle))) 12 | 13 | 14 | psd_status psd_gradient_fill_linear(psd_bitmap * bitmap, psd_gradient_color * gradient_color, psd_bool reverse, 15 | psd_int start_x, psd_int start_y, psd_int end_x, psd_int end_y); 16 | psd_status psd_gradient_fill_radial(psd_bitmap * bitmap, psd_gradient_color * gradient_color, psd_bool reverse, 17 | psd_int center_x, psd_int center_y, psd_int radius); 18 | psd_status psd_gradient_fill_angle(psd_bitmap * bitmap, psd_gradient_color * gradient_color, psd_bool reverse, 19 | psd_int center_x, psd_int center_y, psd_int angle); 20 | psd_status psd_gradient_fill_reflected(psd_bitmap * bitmap, psd_gradient_color * gradient_color, psd_bool reverse, 21 | psd_int start_x, psd_int start_y, psd_int end_x, psd_int end_y); 22 | psd_status psd_gradient_fill_diamond(psd_bitmap * bitmap, psd_gradient_color * gradient_color, psd_bool reverse, 23 | psd_int center_x, psd_int center_y, psd_int radius, psd_int angle); 24 | psd_float psd_carm_sqrt(psd_float x); 25 | 26 | 27 | #ifdef __cplusplus 28 | } 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_math.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_MATH_H__ 2 | #define __PSD_MATH_H__ 3 | 4 | 5 | #define PSD_MIN(a, b) (((a) < (b)) ? (a) : (b)) 6 | #define PSD_MAX(a, b) (((a) > (b)) ? (a) : (b)) 7 | #define PSD_CONSTRAIN(value, lo, hi) (PSD_MIN(PSD_MAX((value), (lo)), (hi))) 8 | #define PSD_ABS(a) ((a) > 0 ? (a) : -(a)) 9 | #define PSD_SIGN(a) ((a) == 0 ? 0 : ((a) > 0 ? 1 : -1)) 10 | 11 | #define PSD_PI 3.1415927f 12 | #define PSD_PI_4 (3.1415927f / 4) 13 | 14 | 15 | #endif 16 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_rect.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_RECT_H__ 2 | #define __PSD_RECT_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include "libpsd.h" 9 | 10 | 11 | typedef struct _psd_rect 12 | { 13 | psd_int left; 14 | psd_int top; 15 | psd_int right; 16 | psd_int bottom; 17 | } psd_rect; 18 | 19 | 20 | psd_bool psd_incept_rect(psd_rect * r1, psd_rect * r2, psd_rect * dst_rect); 21 | psd_bool psd_equal_rect(psd_rect * r1, psd_rect * r2); 22 | psd_bool psd_subtract_rect(psd_rect * r1, psd_rect * r2, psd_rect * dst_rect); 23 | void psd_make_rect(psd_rect * rc, psd_int left, psd_int top, psd_int right, psd_int bottom); 24 | void psd_dup_rect(psd_rect * dst, psd_rect * src); 25 | psd_int psd_rect_width(psd_rect * rc); 26 | psd_int psd_rect_height(psd_rect * rc); 27 | void psd_offset_rect(psd_rect * rc, psd_int dlt_x, psd_int dlt_y); 28 | void psd_inflate_rect(psd_rect * rc, psd_int dlt_x, psd_int dlt_y); 29 | psd_bool psd_point_in_rect(psd_rect * rc, psd_int x, psd_int y); 30 | psd_bool psd_is_empty_rect(psd_rect * rc); 31 | 32 | 33 | 34 | #ifdef __cplusplus 35 | } 36 | #endif 37 | 38 | #endif 39 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_stream.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_STREAM_H__ 2 | #define __PSD_STREAM_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | 9 | #define PSD_STREAM_MAX_READ_LENGTH 4096 10 | 11 | #define PSD_CHAR_TO_SHORT(str) (short)((*(str) << 8) | *((str) + 1)) 12 | #define PSD_CHAR_TO_INT(str) (int)((*(str) << 24) | (*((str) + 1) << 16) | (*((str) + 2) << 8) | *((str) + 3)) 13 | 14 | 15 | psd_int psd_stream_get(psd_context * context, psd_uchar * buffer, psd_int length); 16 | psd_int psd_stream_get_null(psd_context * context, psd_int length); 17 | psd_bool psd_stream_get_bool(psd_context * context); 18 | psd_uchar psd_stream_get_char(psd_context * context); 19 | psd_short psd_stream_get_short(psd_context * context); 20 | psd_int psd_stream_get_int(psd_context * context); 21 | psd_float psd_stream_get_float(psd_context * context); 22 | psd_double psd_stream_get_double(psd_context * context); 23 | psd_argb_color psd_stream_get_space_color(psd_context * context); 24 | psd_blend_mode psd_stream_get_blend_mode(psd_context * context); 25 | void psd_stream_free(psd_context * context); 26 | 27 | 28 | #ifdef __cplusplus 29 | } 30 | #endif 31 | 32 | #endif 33 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_system.c: -------------------------------------------------------------------------------- 1 | // created: 2007-01-27 2 | #include 3 | #include 4 | #include "libpsd.h" 5 | #include "psd_system.h" 6 | 7 | 8 | void * psd_malloc(psd_int size) 9 | { 10 | return malloc(size); 11 | } 12 | 13 | void * psd_realloc(void * block, psd_int size) 14 | { 15 | return realloc(block, size); 16 | } 17 | 18 | void psd_free(void * block) 19 | { 20 | free(block); 21 | } 22 | 23 | void psd_freeif(void * block) 24 | { 25 | if (block != NULL) 26 | psd_free(block); 27 | } 28 | 29 | void * psd_fopen(psd_char * file_name) 30 | { 31 | return (void *)fopen(file_name, "rb"); 32 | } 33 | 34 | void psd_fclose(void * file) 35 | { 36 | fclose((FILE *)file); 37 | } 38 | 39 | psd_int psd_std_size(void *obj) 40 | { 41 | psd_int offset, size; 42 | 43 | offset = ftell((FILE *)obj); 44 | fseek((FILE *)obj, 0, SEEK_END); 45 | size = ftell(obj); 46 | fseek((FILE *)obj, 0, SEEK_SET); 47 | fseek((FILE *)obj, offset, SEEK_CUR); 48 | 49 | return size; 50 | } 51 | 52 | psd_int psd_std_seek(void *obj, int offset, int origin) 53 | { 54 | return fseek((FILE *)obj, offset, origin/*SEEK_CUR*/); 55 | } 56 | 57 | psd_int psd_std_read(void *obj, void *buf, int size, int cnt) 58 | { 59 | return fread(buf, size/*1*/, cnt, (FILE *)obj); 60 | } 61 | 62 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_system.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_SYSTEM_H__ 2 | #define __PSD_SYSTEM_H__ 3 | 4 | #include 5 | #include 6 | #include "psd_types.h" 7 | 8 | #ifdef __cplusplus 9 | extern "C" { 10 | #endif 11 | 12 | 13 | #if 1 14 | #define psd_assert(x) assert(x) 15 | #else 16 | #define psd_assert(x) do {} while(0) 17 | // or 18 | // #define psd_assert(x) return psd_status_unkown_error 19 | #endif 20 | 21 | 22 | void * psd_malloc(psd_int size); 23 | void * psd_realloc(void * block, psd_int size); 24 | 25 | void psd_free(void * block); 26 | void psd_freeif(void * block); 27 | 28 | void * psd_fopen(psd_char * file_name); 29 | void psd_fclose(void * file); 30 | 31 | //psd_int psd_fsize(void * file); 32 | //psd_int psd_fread(psd_uchar * buffer, psd_int count, void * file); 33 | //psd_int psd_fseek(void * file, psd_int length); 34 | 35 | psd_int psd_std_size(void *obj); 36 | psd_int psd_std_seek(void *obj, int offset, int origin); 37 | psd_int psd_std_read(void *obj, void *buf, int size, int cnt); 38 | //psd_int psd_std_write(void *obj, void *buf, int size, int cnt); 39 | //psd_int psd_std_close(void *obj); 40 | //psd_char* psd_std_gets(void *obj, char *string, int n); 41 | //psd_int psd_std_eof(void *obj); 42 | //psd_int psd_std_tell(void *obj); 43 | //psd_int psd_std_getc(void *obj); 44 | //psd_int psd_std_scanf(void *obj,const char *format, void* output); 45 | 46 | 47 | #ifdef __cplusplus 48 | } 49 | #endif 50 | 51 | #endif 52 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/psd_types.h: -------------------------------------------------------------------------------- 1 | #ifndef __PSD_TYPES_H__ 2 | #define __PSD_TYPES_H__ 3 | 4 | #include 5 | 6 | 7 | typedef unsigned char psd_bool; 8 | #define psd_true 1 9 | #define psd_false 0 10 | 11 | 12 | typedef char psd_char; 13 | typedef unsigned char psd_uchar; 14 | typedef short psd_short; 15 | typedef unsigned short psd_ushort; 16 | typedef int psd_int; 17 | typedef unsigned int psd_uint; 18 | typedef float psd_float; 19 | typedef double psd_double; 20 | 21 | 22 | typedef unsigned char psd_color_component; 23 | typedef unsigned int psd_argb_color; 24 | 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /cximage702_full/libpsd/selective_color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/libpsd/selective_color.c -------------------------------------------------------------------------------- /cximage702_full/mng/README.txt: -------------------------------------------------------------------------------- 1 | libmng 1.0.10 2 | ------------- 3 | 4 | Added provisional ANG and anIM support, and made some minor bugfixes. 5 | 6 | libmng 1.0.9 7 | ------------ 8 | 9 | A number of optimizations in the chunk handling and reader/writer code. 10 | This saves over 20KB on binary footprint! 11 | 12 | Also several bugfixes and a couple of patches bring it another step 13 | closer to perfection.... :-) 14 | 15 | See CHANGELOG for details. 16 | 17 | 18 | Y.T. 19 | 20 | Gerard 21 | 22 | 23 | For more information please visit: 24 | 25 | The official libmng web-site: 26 | http://www.libmng.com/ 27 | 28 | Libmng's community on SourceForge: 29 | https://sourceforge.net/project/?group_id=5635 30 | 31 | The official MNG homepage: 32 | http://www.libpng.org/pub/mng/ 33 | 34 | The official PNG homepage: 35 | http://www.libpng.org/pub/png/ 36 | 37 | -------------------------------------------------------------------------------- /cximage702_full/mng/mng.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "mng"=.\mng.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/mng/mng.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/png/TODO: -------------------------------------------------------------------------------- 1 | /* 2 | TODO - list of things to do for libpng: 3 | 4 | Final bug fixes. 5 | Better C++ wrapper/full C++ implementation? 6 | Fix problem with C++ and EXTERN "C". 7 | cHRM transformation. 8 | Remove setjmp/longjmp usage in favor of returning error codes. 9 | Add "grayscale->palette" transformation and "palette->grayscale" detection. 10 | Improved dithering. 11 | Multi-lingual error and warning message support. 12 | Complete sRGB transformation (presently it simply uses gamma=0.45455). 13 | Man pages for function calls. 14 | Better documentation. 15 | Better filter selection 16 | (counting huffman bits/precompression? filter inertia? filter costs?). 17 | Histogram creation. 18 | Text conversion between different code pages (Latin-1 -> Mac and DOS). 19 | Avoid building gamma tables whenever possible. 20 | Use greater precision when changing to linear gamma for compositing against 21 | background and doing rgb-to-gray transformation. 22 | Investigate pre-incremented loop counters and other loop constructions. 23 | Add interpolated method of handling interlacing. 24 | Switch to the simpler zlib (zlib/libpng) license if legally possible. 25 | Extend pngvalid.c to validate more of the libpng transformations. 26 | 27 | */ 28 | -------------------------------------------------------------------------------- /cximage702_full/png/configure: -------------------------------------------------------------------------------- 1 | 2 | echo " 3 | There is no \"configure\" script in this distribution of 4 | libpng-1.5.1. 5 | 6 | Instead, please copy the appropriate makefile for your system from the 7 | \"scripts\" directory. Read the INSTALL file for more details. 8 | 9 | Update, July 2004: you can get a \"configure\" based distribution 10 | from the libpng distribution sites. Download the file 11 | libpng-1.5.1.tar.gz, libpng-1.5.1.tar.xz, or libpng-1.5.1.tar.bz2 12 | 13 | If the line endings in the files look funny, which is likely to be the 14 | case if you were trying to run \"configure\" on a Linux machine, you may 15 | wish to get the other distribution of libpng. It is available in both 16 | tar.gz/tar.xz (UNIX style line endings) and .7z/.zip (DOS style line 17 | endings) formats. 18 | " 19 | 20 | -------------------------------------------------------------------------------- /cximage702_full/png/libpng.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ 5 | 6 | Name: libpng 7 | Description: Loads and saves PNG files 8 | Version: @PNGLIB_VERSION@ 9 | Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ 10 | Libs.private: @LIBS@ 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /cximage702_full/png/libpngpf.3: -------------------------------------------------------------------------------- 1 | .TH LIBPNGPF 3 "February 3, 2011" 2 | .SH NAME 3 | libpng \- Portable Network Graphics (PNG) Reference Library 1.5.1 4 | (private functions) 5 | .SH SYNOPSIS 6 | \fB#include \fI"pngpriv.h" 7 | 8 | \fI\fB 9 | 10 | \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now \fIthat 11 | 12 | \fBthe private function prototypes are hidden in pngpriv.h and not \fIaccessible 13 | 14 | \fBto applications. Look in pngpriv.h for the prototypes and a short \fIdescription 15 | 16 | \fBof each \fIfunction. 17 | 18 | \fI\fB 19 | 20 | .SH DESCRIPTION 21 | The functions previously listed here are used privately by libpng 22 | and are not recommended for use by applications. They are 23 | not "exported" to applications using shared libraries. They 24 | are listed alphabetically here as an aid to libpng maintainers. 25 | See pngpriv.h for more information on these functions. 26 | 27 | .SH SEE ALSO 28 | .BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5) 29 | .SH AUTHOR 30 | Glenn Randers-Pehrson 31 | -------------------------------------------------------------------------------- /cximage702_full/png/png.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "png"=.\png.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/png/png.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/png/pngbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/png/pngbar.jpg -------------------------------------------------------------------------------- /cximage702_full/png/pngbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/png/pngbar.png -------------------------------------------------------------------------------- /cximage702_full/png/pngnow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/png/pngnow.png -------------------------------------------------------------------------------- /cximage702_full/png/pngtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/png/pngtest.png -------------------------------------------------------------------------------- /cximage702_full/raw/dcr.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "dcr"=.\dcr.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | Begin Project Dependency 15 | Project_Dep_Name libdcr 16 | End Project Dependency 17 | }}} 18 | 19 | ############################################################################### 20 | 21 | Project: "libdcr"=.\libdcr.dsp - Package Owner=<4> 22 | 23 | Package=<5> 24 | {{{ 25 | }}} 26 | 27 | Package=<4> 28 | {{{ 29 | }}} 30 | 31 | ############################################################################### 32 | 33 | Global: 34 | 35 | Package=<5> 36 | {{{ 37 | }}} 38 | 39 | Package=<3> 40 | {{{ 41 | }}} 42 | 43 | ############################################################################### 44 | 45 | -------------------------------------------------------------------------------- /cximage702_full/raw/libdcr.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/tiff/Tiff.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "tiff"=.\tiff.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/tiff/tiff.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /cximage702_full/tiff/tiffvers.h: -------------------------------------------------------------------------------- 1 | #define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.9.4\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." 2 | /* 3 | * This define can be used in code that requires 4 | * compilation-related definitions specific to a 5 | * version or versions of the library. Runtime 6 | * version checking should be done based on the 7 | * string returned by TIFFGetVersion. 8 | */ 9 | #define TIFFLIB_VERSION 20100615 10 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/assert.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__ASSERT_H__ 23 | #define __wcecompat__ASSERT_H__ 24 | 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | 31 | #ifdef NDEBUG 32 | #define assert(exp) ((void)0) 33 | #else 34 | void _assert(void*, void*, unsigned); 35 | #define assert(exp) (void)( (exp) || (_assert(#exp, __FILE__, __LINE__), 0) ) 36 | #endif 37 | 38 | 39 | #ifdef __cplusplus 40 | } 41 | #endif 42 | 43 | 44 | #endif // __wcecompat__ASSERT_H__ 45 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/conio.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__CONIO_H__ 23 | #define __wcecompat__CONIO_H__ 24 | 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | 31 | int __cdecl _kbhit(void); 32 | #define kbhit _kbhit 33 | 34 | 35 | #ifdef __cplusplus 36 | } 37 | #endif 38 | 39 | 40 | #endif // __wcecompat__CONIO_H__ 41 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/process.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__PROCESS_H__ 23 | #define __wcecompat__PROCESS_H__ 24 | 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | 31 | int __cdecl _getpid(void); 32 | #define getpid _getpid 33 | 34 | 35 | #ifdef __cplusplus 36 | } 37 | #endif 38 | 39 | 40 | #endif // __wcecompat__PROCESS_H__ 41 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/signal.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__SIGNAL_H__ 23 | #define __wcecompat__SIGNAL_H__ 24 | 25 | 26 | #endif // __wcecompat__SIGNAL_H__ 27 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/stdlib_extras.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__STDLIB_H__ 23 | #define __wcecompat__STDLIB_H__ 24 | 25 | #include "stddef.h" 26 | #include "malloc.h" 27 | #include "memory.h" 28 | 29 | #ifdef __cplusplus 30 | extern "C" { 31 | #endif 32 | 33 | extern int _fmode; /* default file translation mode */ 34 | 35 | void abort(void); 36 | 37 | 38 | #ifdef __cplusplus 39 | } 40 | #endif 41 | 42 | #endif /* __wcecompat__STDLIB_H__ */ 43 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/sys/types.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__SYS__TYPES_H__ 23 | #define __wcecompat__SYS__TYPES_H__ 24 | 25 | 26 | #ifndef _SIZE_T_DEFINED 27 | typedef unsigned int size_t; 28 | #define _SIZE_T_DEFINED 29 | #endif 30 | 31 | 32 | #endif // __wcecompat__SYS__TYPES_H__ 33 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/include/winsock_extras.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__WINSOCK_EXTRAS_H__ 23 | #define __wcecompat__WINSOCK_EXTRAS_H__ 24 | 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | 31 | #include 32 | 33 | struct servent* PASCAL getservbyname(const char* name, const char* proto); 34 | 35 | 36 | #ifdef __cplusplus 37 | } 38 | #endif 39 | 40 | 41 | #endif // __wcecompat__WINSOCK_EXTRAS_H__ 42 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE 2 | 3 | CFLAGS=/W3 /WX /Ox /O2 /Ob2 /GF /Gy /nologo $(WCETARGETDEFS) -DWIN32_PLATFORM_PSPC -DUNICODE -D_UNICODE -DWIN32 -DWIN32_LEAN_AND_MEAN -Iinclude -D_WINDLL -D_DLL /Foobj/ -D_MSC_VER=1200 4 | 5 | SRC = \ 6 | src/args.cpp \ 7 | src/assert.cpp \ 8 | src/ChildData.cpp \ 9 | src/env.cpp \ 10 | src/errno.cpp \ 11 | src/io.cpp \ 12 | src/pipe.cpp \ 13 | src/process.cpp \ 14 | src/redir.cpp \ 15 | src/stat.cpp \ 16 | src/stdio_extras.cpp \ 17 | src/stdlib_extras.cpp \ 18 | src/string_extras.cpp \ 19 | src/time.cpp \ 20 | src/timeb.cpp \ 21 | src/ts_string.cpp \ 22 | src/winmain.cpp \ 23 | src/winsock_extras.cpp 24 | 25 | !IF "$(WCEVERSION)"=="211" 26 | SRC = \ 27 | $(SRC) \ 28 | src/wce211_ctype.c \ 29 | src/wce211_string.c 30 | !ENDIF 31 | 32 | OBJS = $(SRC:src=obj) 33 | OBJS = $(OBJS:.cpp=.obj) 34 | OBJS = $(OBJS:.c=.obj) 35 | 36 | {src}.c{obj}.obj: 37 | $(CC) $(CFLAGS) -c $< 38 | 39 | {src}.cpp{obj}.obj: 40 | $(CC) $(CFLAGS) -c $< 41 | 42 | all: lib\wcecompat.lib lib\wcecompatex.lib 43 | # echo $(OBJS) 44 | 45 | obj: 46 | @md obj 2> NUL 47 | 48 | lib: 49 | @md lib 2> NUL 50 | 51 | $(OBJS): makefile obj 52 | 53 | lib\wcecompat.lib: lib $(OBJS) makefile 54 | @lib /nologo /out:lib\wcecompat.lib $(OBJS) 55 | 56 | lib\wcecompatex.lib: lib $(OBJS) makefile 57 | @lib /nologo /out:lib\wcecompatex.lib $(OBJS) 58 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/assert.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | #include 24 | #include 25 | 26 | #include 27 | #include 28 | 29 | 30 | void abort(void) 31 | { 32 | exit(errno); 33 | } 34 | 35 | 36 | void _assert(void* expression, void* file, unsigned line) 37 | { 38 | fprintf(stderr, "Assertion failed: %s, file %s, line %d\n", (char*)expression, file, line); 39 | abort(); 40 | } 41 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/direct.c: -------------------------------------------------------------------------------- 1 | /*************************************************************** 2 | direct.c 3 | ***************************************************************/ 4 | 5 | #include 6 | #include 7 | #include "direct.h" 8 | #include "wince.h" /* for wce_mbtowc */ 9 | 10 | /* global for chdir, getcwd */ 11 | char _currentdir[MAX_PATH+1]; 12 | 13 | 14 | char *getcwd(char* buffer, int maxlen) 15 | { 16 | strcpy( buffer, _currentdir ); 17 | return buffer; 18 | } 19 | 20 | int _chdir(const char * dirname) 21 | { 22 | if( MAX_PATH < strlen(dirname) ) 23 | return -1; 24 | 25 | strcpy( _currentdir, dirname ); 26 | return 0; 27 | } 28 | 29 | int _rmdir(const char * dir) 30 | { 31 | wchar_t *wdir; 32 | BOOL rc; 33 | 34 | /* replace with RemoveDirectory. */ 35 | wdir = wce_mbtowc(dir); 36 | rc = RemoveDirectoryW(wdir); 37 | free(wdir); 38 | 39 | return rc==TRUE ? 0 : -1; 40 | } 41 | 42 | int _mkdir(const char * dir) 43 | { 44 | wchar_t* wdir; 45 | BOOL rc; 46 | 47 | /* replace with CreateDirectory. */ 48 | wdir = wce_mbtowc(dir); 49 | rc = CreateDirectoryW(wdir, NULL); 50 | free(wdir); 51 | 52 | return rc==TRUE ? 0 : -1; 53 | } 54 | 55 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/direct.h: -------------------------------------------------------------------------------- 1 | #ifndef DIRECT_H 2 | #define DIRECT_H 1 3 | 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | char *getcwd(char* buffer, int maxlen); 10 | int _chdir(const char * dirname); 11 | int _rmdir(const char * dir); 12 | int _mkdir(const char * dir); 13 | 14 | #ifdef __cplusplus 15 | }; 16 | #endif 17 | 18 | #define chdir _chdir 19 | #define rmdir _rmdir 20 | #define mkdir _mkdir 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/errno.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | 24 | 25 | int errno; 26 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/internal.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__internal_h__ 23 | #define __wcecompat__internal_h__ 24 | 25 | 26 | // Convert Win32 FILETIME into time_t 27 | time_t w32_filetime_to_time_t(FILETIME* ft); 28 | 29 | 30 | #endif /* __wcecompat__internal_h__ */ 31 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/process.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | #include 24 | 25 | 26 | int __cdecl _getpid(void) 27 | { 28 | return (int)GetCurrentProcessId(); 29 | } 30 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/redir.h: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #ifndef __wcecompat__redir_h__ 23 | #define __wcecompat__redir_h__ 24 | 25 | 26 | #include "pipe.h" 27 | 28 | 29 | extern Pipe* stdoutPipe; 30 | extern Pipe* stderrPipe; 31 | extern Pipe* stdinPipe; 32 | 33 | 34 | // returns true only if pipes have been initialised successfully 35 | bool initStdHandles(); 36 | 37 | 38 | #endif /* __wcecompat__redir_h__ */ 39 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/stdio_extras.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | #include 24 | 25 | 26 | void perror(const char *prefix) 27 | { 28 | if (prefix == NULL || *prefix == 0) 29 | fprintf(stderr, "errno=%d\n", errno); 30 | else 31 | fprintf(stderr, "%s: errno=%d\n", prefix, errno); 32 | } 33 | 34 | 35 | int setvbuf(FILE* stream, char* buffer, int mode, size_t size) 36 | { 37 | // TODO: implement buffering 38 | return 0; 39 | } 40 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/stdlib_extras.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | #include 24 | #include 25 | 26 | 27 | int _fmode; /* default file translation mode */ 28 | 29 | 30 | void abort(void) 31 | { 32 | exit(errno); 33 | } 34 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/timeb.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | 24 | 25 | int ftime(struct timeb* tp) 26 | { 27 | // TODO: implement 28 | return -1; 29 | } 30 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/wce_bsearch.c: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | #include 4 | 5 | void* bsearch(const void *key, const void *base, size_t num, size_t width, 6 | int (*compare)(const void *, const void *)) 7 | { 8 | while (num-- > 0) 9 | { 10 | if (compare(key, base) == 0) 11 | return (void*)base; 12 | 13 | base = (char*)base + width; 14 | } 15 | return NULL; 16 | } 17 | -------------------------------------------------------------------------------- /cximage702_full/wcecompat/src/winsock_extras.cpp: -------------------------------------------------------------------------------- 1 | /* wcecompat: Windows CE C Runtime Library "compatibility" library. 2 | * 3 | * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. 4 | * http://www.essemer.com.au/ 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2.1 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 | */ 20 | 21 | 22 | #include 23 | #include 24 | 25 | 26 | struct servent* PASCAL getservbyname(const char* name, const char* proto) 27 | { 28 | // if (fprintf(stderr, "NOT IMPLEMENTED: getservbyname(name=%s, proto=%s)\n", name, proto) <= 0) 29 | // printf("NOT IMPLEMENTED: getservbyname(name=%s, proto=%s)\n", name, proto); 30 | return NULL; 31 | } 32 | -------------------------------------------------------------------------------- /cximage702_full/zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/zlib/ChangeLog -------------------------------------------------------------------------------- /cximage702_full/zlib/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | -@echo "Please use ./configure first. Thank you." 3 | 4 | distclean: 5 | make -f Makefile.in distclean 6 | -------------------------------------------------------------------------------- /cximage702_full/zlib/gzclose.c: -------------------------------------------------------------------------------- 1 | /* gzclose.c -- zlib gzclose() function 2 | * Copyright (C) 2004, 2010 Mark Adler 3 | * For conditions of distribution and use, see copyright notice in zlib.h 4 | */ 5 | 6 | #include "gzguts.h" 7 | 8 | /* gzclose() is in a separate file so that it is linked in only if it is used. 9 | That way the other gzclose functions can be used instead to avoid linking in 10 | unneeded compression or decompression routines. */ 11 | int ZEXPORT gzclose(file) 12 | gzFile file; 13 | { 14 | #ifndef NO_GZCOMPRESS 15 | gz_statep state; 16 | 17 | if (file == NULL) 18 | return Z_STREAM_ERROR; 19 | state = (gz_statep)file; 20 | 21 | return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); 22 | #else 23 | return gzclose_r(file); 24 | #endif 25 | } 26 | -------------------------------------------------------------------------------- /cximage702_full/zlib/inffast.h: -------------------------------------------------------------------------------- 1 | /* inffast.h -- header to use inffast.c 2 | * Copyright (C) 1995-2003, 2010 Mark Adler 3 | * For conditions of distribution and use, see copyright notice in zlib.h 4 | */ 5 | 6 | /* WARNING: this file should *not* be used by applications. It is 7 | part of the implementation of the compression library and is 8 | subject to change. Applications should only use zlib.h. 9 | */ 10 | 11 | void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); 12 | -------------------------------------------------------------------------------- /cximage702_full/zlib/zlib.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/cximage702_full/zlib/zlib.3.pdf -------------------------------------------------------------------------------- /cximage702_full/zlib/zlib.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "zlib"=.\zlib.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /cximage702_full/zlib/zlib.map: -------------------------------------------------------------------------------- 1 | ZLIB_1.2.0 { 2 | global: 3 | compressBound; 4 | deflateBound; 5 | inflateBack; 6 | inflateBackEnd; 7 | inflateBackInit_; 8 | inflateCopy; 9 | local: 10 | deflate_copyright; 11 | inflate_copyright; 12 | inflate_fast; 13 | inflate_table; 14 | zcalloc; 15 | zcfree; 16 | z_errmsg; 17 | gz_error; 18 | gz_intmax; 19 | _*; 20 | }; 21 | 22 | ZLIB_1.2.0.2 { 23 | gzclearerr; 24 | gzungetc; 25 | zlibCompileFlags; 26 | } ZLIB_1.2.0; 27 | 28 | ZLIB_1.2.0.8 { 29 | deflatePrime; 30 | } ZLIB_1.2.0.2; 31 | 32 | ZLIB_1.2.2 { 33 | adler32_combine; 34 | crc32_combine; 35 | deflateSetHeader; 36 | inflateGetHeader; 37 | } ZLIB_1.2.0.8; 38 | 39 | ZLIB_1.2.2.3 { 40 | deflateTune; 41 | gzdirect; 42 | } ZLIB_1.2.2; 43 | 44 | ZLIB_1.2.2.4 { 45 | inflatePrime; 46 | } ZLIB_1.2.2.3; 47 | 48 | ZLIB_1.2.3.3 { 49 | adler32_combine64; 50 | crc32_combine64; 51 | gzopen64; 52 | gzseek64; 53 | gztell64; 54 | inflateUndermine; 55 | } ZLIB_1.2.2.4; 56 | 57 | ZLIB_1.2.3.4 { 58 | inflateReset2; 59 | inflateMark; 60 | } ZLIB_1.2.3.3; 61 | 62 | ZLIB_1.2.3.5 { 63 | gzbuffer; 64 | gzoffset; 65 | gzoffset64; 66 | gzclose_r; 67 | gzclose_w; 68 | } ZLIB_1.2.3.4; 69 | -------------------------------------------------------------------------------- /cximage702_full/zlib/zlib.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | sharedlibdir=@sharedlibdir@ 5 | includedir=@includedir@ 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: @VERSION@ 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /cximage702_full/zlib/zlib.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /data/fire.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengbingchun/CxImage_Test/36624699eded02609485989040c041835190899c/data/fire.gif --------------------------------------------------------------------------------