基本信息
源码名称:C#处理tif文件
源码大小:0.87M
文件格式:.rar
开发语言:C#
更新时间:2023-08-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#处理tif文件
VS2010下 C#处理tif文件,可以对tif文件进行分割,合并(tif,jpg等单个文件合并成一个tif文件),查看tif文件里各个文件的属性,有代码,而且比较简单。因为是随笔,所以下载的同学需要看研究一下代码才能有效使用。

.
├── LixyNews.suo
├── test1
│   ├── test1
│   │   ├── Class1.cs
│   │   ├── ConvertToSingleStrip.cs
│   │   ├── ConvertToSingleStripInMemory.cs
│   │   ├── DeCompressionFile.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SplitPage.cs
│   │   ├── SplitTiiffImage.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BitMiracle.LibTiff.NET.dll
│   │   │   │   ├── BitMiracle.LibTiff.NET.xml
│   │   │   │   ├── BitMiracle.LibTiff.Silverlight.dll
│   │   │   │   ├── BitMiracle.LibTiff.Silverlight.xml
│   │   │   │   ├── EnumerateTiffTags.txt
│   │   │   │   ├── LibTIFF.NET.dll
│   │   │   │   ├── LibTIFF.NET.pdb
│   │   │   │   ├── Tiff2Pdf.exe
│   │   │   │   ├── TiffCP.exe
│   │   │   │   ├── test1.exe
│   │   │   │   ├── test1.pdb
│   │   │   │   ├── test1.vshost.exe
│   │   │   │   └── test1.vshost.exe.manifest
│   │   │   └── Release
│   │   │       ├── BitMiracle.LibTiff.NET.dll
│   │   │       ├── BitMiracle.LibTiff.NET.xml
│   │   │       ├── BitMiracle.LibTiff.Silverlight.dll
│   │   │       ├── BitMiracle.LibTiff.Silverlight.xml
│   │   │       ├── LibTIFF.NET.dll
│   │   │       ├── LibTIFF.NET.pdb
│   │   │       ├── SplitTiffImage_2ndPage.tif
│   │   │       ├── Tiff2Pdf.exe
│   │   │       ├── TiffCP.exe
│   │   │       ├── test1.exe
│   │   │       ├── test1.pdb
│   │   │       ├── test1.vshost.exe
│   │   │       └── test1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── GenerateResource.read.1.tlog
│   │   │       │   ├── GenerateResource.write.1.tlog
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   ├── TempPE
│   │   │       │   ├── test1.Form1.resources
│   │   │       │   ├── test1.Properties.Resources.resources
│   │   │       │   ├── test1.csproj.FileListAbsolute.txt
│   │   │       │   ├── test1.exe
│   │   │       │   └── test1.pdb
│   │   │       └── Release
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── GenerateResource.read.1.tlog
│   │   │           ├── GenerateResource.write.1.tlog
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── TempPE
│   │   │           ├── test1.Form1.resources
│   │   │           ├── test1.Properties.Resources.resources
│   │   │           ├── test1.csproj.FileListAbsolute.txt
│   │   │           ├── test1.exe
│   │   │           └── test1.pdb
│   │   └── test1.csproj
│   ├── test1.sln
│   └── test1.suo
└── 好例子网_C#处理tif文件.rar

12 directories, 66 files