gitextract__5gedzwg/ ├── .gitattributes ├── .gitignore ├── README.md ├── ZPHOTOENGINE/ │ ├── Linux/ │ │ └── ZPhotoEngine.h │ ├── PC/ │ │ ├── DEMO/ │ │ │ └── Release/ │ │ │ └── ZPhotoEngine.lib │ │ ├── PC-ProjectCodes/ │ │ │ ├── TestDemo/ │ │ │ │ ├── AnisotropicFilterForm.Designer.cs │ │ │ │ ├── AnisotropicFilterForm.cs │ │ │ │ ├── AnisotropicFilterForm.resx │ │ │ │ ├── BlackWhiteForm.Designer.cs │ │ │ │ ├── BlackWhiteForm.cs │ │ │ │ ├── BlackWhiteForm.resx │ │ │ │ ├── BrightContrastForm.Designer.cs │ │ │ │ ├── BrightContrastForm.cs │ │ │ │ ├── BrightContrastForm.resx │ │ │ │ ├── ChannelMixForm.Designer.cs │ │ │ │ ├── ChannelMixForm.cs │ │ │ │ ├── ChannelMixForm.resx │ │ │ │ ├── ColorbalanceForm.Designer.cs │ │ │ │ ├── ColorbalanceForm.cs │ │ │ │ ├── ColorbalanceForm.resx │ │ │ │ ├── DifussionForm.Designer.cs │ │ │ │ ├── DifussionForm.cs │ │ │ │ ├── DifussionForm.resx │ │ │ │ ├── DisplacementFrom.Designer.cs │ │ │ │ ├── DisplacementFrom.cs │ │ │ │ ├── DisplacementFrom.resx │ │ │ │ ├── ExposureForm.Designer.cs │ │ │ │ ├── ExposureForm.cs │ │ │ │ ├── ExposureForm.resx │ │ │ │ ├── FilterForm.Designer.cs │ │ │ │ ├── FilterForm.cs │ │ │ │ ├── FilterForm.resx │ │ │ │ ├── Form1.Designer.cs │ │ │ │ ├── Form1.cs │ │ │ │ ├── Form1.resx │ │ │ │ ├── GammaForm.Designer.cs │ │ │ │ ├── GammaForm.cs │ │ │ │ ├── GammaForm.resx │ │ │ │ ├── GaussBlurForm.Designer.cs │ │ │ │ ├── GaussBlurForm.cs │ │ │ │ ├── GaussBlurForm.resx │ │ │ │ ├── HSLForm.Designer.cs │ │ │ │ ├── HSLForm.cs │ │ │ │ ├── HSLForm.resx │ │ │ │ ├── HighlightShadowForm.Designer.cs │ │ │ │ ├── HighlightShadowForm.cs │ │ │ │ ├── HighlightShadowForm.resx │ │ │ │ ├── HighpassForm.Designer.cs │ │ │ │ ├── HighpassForm.cs │ │ │ │ ├── HighpassForm.resx │ │ │ │ ├── HistagramForm.Designer.cs │ │ │ │ ├── HistagramForm.cs │ │ │ │ ├── HistagramForm.resx │ │ │ │ ├── ImageProcessId.cs │ │ │ │ ├── LevelForm.Designer.cs │ │ │ │ ├── LevelForm.cs │ │ │ │ ├── LevelForm.resx │ │ │ │ ├── MaxForm.Designer.cs │ │ │ │ ├── MaxForm.cs │ │ │ │ ├── MaxForm.resx │ │ │ │ ├── MeanBlurForm.Designer.cs │ │ │ │ ├── MeanBlurForm.cs │ │ │ │ ├── MeanBlurForm.resx │ │ │ │ ├── MedianForm.Designer.cs │ │ │ │ ├── MedianForm.cs │ │ │ │ ├── MedianForm.resx │ │ │ │ ├── MessageForm.Designer.cs │ │ │ │ ├── MessageForm.cs │ │ │ │ ├── MessageForm.resx │ │ │ │ ├── MinForm.Designer.cs │ │ │ │ ├── MinForm.cs │ │ │ │ ├── MinForm.resx │ │ │ │ ├── MosciaForm.Designer.cs │ │ │ │ ├── MosciaForm.cs │ │ │ │ ├── MosciaForm.resx │ │ │ │ ├── MotionBlurForm.Designer.cs │ │ │ │ ├── MotionBlurForm.cs │ │ │ │ ├── MotionBlurForm.resx │ │ │ │ ├── NSaturationForm.Designer.cs │ │ │ │ ├── NSaturationForm.cs │ │ │ │ ├── NSaturationForm.resx │ │ │ │ ├── PosterizeForm.Designer.cs │ │ │ │ ├── PosterizeForm.cs │ │ │ │ ├── PosterizeForm.resx │ │ │ │ ├── Program.cs │ │ │ │ ├── Properties/ │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ ├── Resources.Designer.cs │ │ │ │ │ ├── Resources.resx │ │ │ │ │ ├── Settings.Designer.cs │ │ │ │ │ └── Settings.settings │ │ │ │ ├── RadialBlurForm.Designer.cs │ │ │ │ ├── RadialBlurForm.cs │ │ │ │ ├── RadialBlurForm.resx │ │ │ │ ├── ReliefForm.Designer.cs │ │ │ │ ├── ReliefForm.cs │ │ │ │ ├── ReliefForm.resx │ │ │ │ ├── RotateForm.Designer.cs │ │ │ │ ├── RotateForm.cs │ │ │ │ ├── RotateForm.resx │ │ │ │ ├── SmartBlurForm.Designer.cs │ │ │ │ ├── SmartBlurForm.cs │ │ │ │ ├── SmartBlurForm.resx │ │ │ │ ├── SurfaceBlurForm.Designer.cs │ │ │ │ ├── SurfaceBlurForm.cs │ │ │ │ ├── SurfaceBlurForm.resx │ │ │ │ ├── TempreatureForm.Designer.cs │ │ │ │ ├── TempreatureForm.cs │ │ │ │ ├── TempreatureForm.resx │ │ │ │ ├── TestDemo.csproj │ │ │ │ ├── TestDemo.csproj.user │ │ │ │ ├── ThresholdForm.Designer.cs │ │ │ │ ├── ThresholdForm.cs │ │ │ │ ├── ThresholdForm.resx │ │ │ │ ├── USMForm.Designer.cs │ │ │ │ ├── USMForm.cs │ │ │ │ ├── USMForm.resx │ │ │ │ ├── ZPhotoEngineDll.cs │ │ │ │ ├── ZoomBlurForm.Designer.cs │ │ │ │ ├── ZoomBlurForm.cs │ │ │ │ ├── ZoomBlurForm.resx │ │ │ │ ├── ZoomForm.Designer.cs │ │ │ │ ├── ZoomForm.cs │ │ │ │ ├── ZoomForm.resx │ │ │ │ ├── app.config │ │ │ │ ├── bin/ │ │ │ │ │ └── Release/ │ │ │ │ │ ├── TestDemo.exe.config │ │ │ │ │ ├── TestDemo.pdb │ │ │ │ │ ├── TestDemo.vshost.exe.config │ │ │ │ │ ├── TestDemo.vshost.exe.manifest │ │ │ │ │ ├── ZPhotoEngine.exp │ │ │ │ │ └── ZPhotoEngine.lib │ │ │ │ └── obj/ │ │ │ │ └── x86/ │ │ │ │ ├── Debug/ │ │ │ │ │ ├── TestDemo.AnisotropicFilterForm.resources │ │ │ │ │ ├── TestDemo.BlackWhiteForm.resources │ │ │ │ │ ├── TestDemo.BrightContrastForm.resources │ │ │ │ │ ├── TestDemo.ChannelMixForm.resources │ │ │ │ │ ├── TestDemo.ColorbalanceForm.resources │ │ │ │ │ ├── TestDemo.DifussionForm.resources │ │ │ │ │ ├── TestDemo.ExposureForm.resources │ │ │ │ │ ├── TestDemo.FilterForm.resources │ │ │ │ │ ├── TestDemo.Form1.resources │ │ │ │ │ ├── TestDemo.GammaForm.resources │ │ │ │ │ ├── TestDemo.GaussBlurForm.resources │ │ │ │ │ ├── TestDemo.HSLForm.resources │ │ │ │ │ ├── TestDemo.HighlightShadowForm.resources │ │ │ │ │ ├── TestDemo.HighpassForm.resources │ │ │ │ │ ├── TestDemo.HistagramForm.resources │ │ │ │ │ ├── TestDemo.LevelForm.resources │ │ │ │ │ ├── TestDemo.MaxForm.resources │ │ │ │ │ ├── TestDemo.MeanBlurForm.resources │ │ │ │ │ ├── TestDemo.MedianForm.resources │ │ │ │ │ ├── TestDemo.MessageForm.resources │ │ │ │ │ ├── TestDemo.MinForm.resources │ │ │ │ │ ├── TestDemo.MosciaForm.resources │ │ │ │ │ ├── TestDemo.MotionBlurForm.resources │ │ │ │ │ ├── TestDemo.NSaturationForm.resources │ │ │ │ │ ├── TestDemo.PosterizeForm.resources │ │ │ │ │ ├── TestDemo.Properties.Resources.resources │ │ │ │ │ ├── TestDemo.RadialBlurForm.resources │ │ │ │ │ ├── TestDemo.ReliefForm.resources │ │ │ │ │ ├── TestDemo.RotateForm.resources │ │ │ │ │ ├── TestDemo.SmartBlurForm.resources │ │ │ │ │ ├── TestDemo.SurfaceBlurForm.resources │ │ │ │ │ ├── TestDemo.TempreatureForm.resources │ │ │ │ │ ├── TestDemo.ThresholdForm.resources │ │ │ │ │ ├── TestDemo.USMForm.resources │ │ │ │ │ ├── TestDemo.ZoomBlurForm.resources │ │ │ │ │ ├── TestDemo.ZoomForm.resources │ │ │ │ │ ├── TestDemo.csproj.FileListAbsolute.txt │ │ │ │ │ ├── TestDemo.csproj.GenerateResource.Cache │ │ │ │ │ └── TestDemo.csprojResolveAssemblyReference.cache │ │ │ │ └── Release/ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── TestDemo.AnisotropicFilterForm.resources │ │ │ │ ├── TestDemo.BlackWhiteForm.resources │ │ │ │ ├── TestDemo.BrightContrastForm.resources │ │ │ │ ├── TestDemo.ChannelMixForm.resources │ │ │ │ ├── TestDemo.ColorbalanceForm.resources │ │ │ │ ├── TestDemo.DifussionForm.resources │ │ │ │ ├── TestDemo.DisplacementFrom.resources │ │ │ │ ├── TestDemo.ExposureForm.resources │ │ │ │ ├── TestDemo.FilterForm.resources │ │ │ │ ├── TestDemo.Form1.resources │ │ │ │ ├── TestDemo.GammaForm.resources │ │ │ │ ├── TestDemo.GaussBlurForm.resources │ │ │ │ ├── TestDemo.HSLForm.resources │ │ │ │ ├── TestDemo.HighlightShadowForm.resources │ │ │ │ ├── TestDemo.HighpassForm.resources │ │ │ │ ├── TestDemo.HistagramForm.resources │ │ │ │ ├── TestDemo.LevelForm.resources │ │ │ │ ├── TestDemo.MaxForm.resources │ │ │ │ ├── TestDemo.MeanBlurForm.resources │ │ │ │ ├── TestDemo.MedianForm.resources │ │ │ │ ├── TestDemo.MessageForm.resources │ │ │ │ ├── TestDemo.MinForm.resources │ │ │ │ ├── TestDemo.MosciaForm.resources │ │ │ │ ├── TestDemo.MotionBlurForm.resources │ │ │ │ ├── TestDemo.NSaturationForm.resources │ │ │ │ ├── TestDemo.PosterizeForm.resources │ │ │ │ ├── TestDemo.Properties.Resources.resources │ │ │ │ ├── TestDemo.RadialBlurForm.resources │ │ │ │ ├── TestDemo.ReliefForm.resources │ │ │ │ ├── TestDemo.RotateForm.resources │ │ │ │ ├── TestDemo.SmartBlurForm.resources │ │ │ │ ├── TestDemo.SurfaceBlurForm.resources │ │ │ │ ├── TestDemo.TempreatureForm.resources │ │ │ │ ├── TestDemo.ThresholdForm.resources │ │ │ │ ├── TestDemo.USMForm.resources │ │ │ │ ├── TestDemo.ZoomBlurForm.resources │ │ │ │ ├── TestDemo.ZoomForm.resources │ │ │ │ ├── TestDemo.csproj.FileListAbsolute.txt │ │ │ │ ├── TestDemo.csproj.GenerateResource.Cache │ │ │ │ ├── TestDemo.csprojResolveAssemblyReference.cache │ │ │ │ └── TestDemo.pdb │ │ │ ├── TestDemo.sln │ │ │ └── TestDemo.suo │ │ ├── ZPhotoEngine.h │ │ └── library/ │ │ ├── MixedPlatform/ │ │ │ └── ZPhotoEngine.lib │ │ ├── ReadMe.txt │ │ ├── ZPhotoEngine.h │ │ └── x86/ │ │ └── ZPhotoEngine.lib │ ├── ZPhotoEngine_IO/ │ │ ├── PC_LIB/ │ │ │ ├── ZPhotoEngineIO.lib │ │ │ └── inc/ │ │ │ ├── SFBITMAP.h │ │ │ ├── SFImageReadWrite.h │ │ │ └── f_error.h │ │ └── ZPhotoIODEMO/ │ │ ├── Debug/ │ │ │ └── ImageReadDemo.lib │ │ ├── ZPhotoIODEMO/ │ │ │ ├── SFBITMAP.h │ │ │ ├── SFImageReadWrite.h │ │ │ ├── ZPhotoIODEMO.vcxproj │ │ │ ├── ZPhotoIODEMO.vcxproj.filters │ │ │ ├── ZPhotoIODEMO.vcxproj.user │ │ │ ├── f_error.h │ │ │ ├── main.cpp │ │ │ ├── stdafx.cpp │ │ │ ├── stdafx.h │ │ │ └── targetver.h │ │ ├── ZPhotoIODEMO.sln │ │ └── ZPhotoIODEMO.suo │ └── android/ │ ├── ReadMe.txt │ └── ZPHOTO/ │ └── PhotoEngine.java ├── ZPhotoEngine.h └── ZPhotoEngineSDK开发文档.doc