【例子介绍】C#图片二值化(转换为tiff格式,无压缩)
【相关图片】
【源码结构】
文件清单
├── BitonalConverter.csproj
├── BitonalConverter.sln
├── BitonalConverter.v9.csproj
├── Converter.cs
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── Program.cs
└── Properties
    ├── AssemblyInfo.cs
    ├── Resources.Designer.cs
    ├── Resources.resx
    ├── Settings.Designer.cs
    └── Settings.settings
1 directory, 13 files

 
 

 
					
				
评论