嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#中用于生成gif或将gif分解成图片的程序
使用codeplex的GifCreator来处理Gif文件 可以实现: 1、把Gif文件转成Png文件 2、把多张Png文件转成Gif文件 亲自测试,两个功能都可以完美实现!
.
├── C#中用于生成gif或将gif分解成图片的程序_Gif_C#.zip
└── Gif
├── Components
│ ├── AnimatedGifEncoder.cs
│ ├── AssemblyInfo.cs
│ ├── Components.csproj
│ ├── Components.csproj.user
│ ├── Gif.resharperoptions
│ ├── GifDecoder.cs
│ ├── LZWEncoder.cs
│ ├── NeuQuant.cs
│ ├── _ReSharper.Gif
│ │ ├── IModuleManager
│ │ │ └── __cachecheck
│ │ ├── IPersistenceManager
│ │ │ ├── 0
│ │ │ └── __cachecheck
│ │ ├── SymbolCache
│ │ │ ├── 14
│ │ │ ├── 15
│ │ │ ├── 16
│ │ │ ├── 17
│ │ │ ├── 18
│ │ │ ├── 19
│ │ │ ├── 20
│ │ │ ├── 21
│ │ │ ├── 22
│ │ │ ├── 23
│ │ │ ├── 24
│ │ │ ├── 25
│ │ │ ├── 26
│ │ │ └── __cachecheck
│ │ ├── WordIndex
│ │ │ ├── 19
│ │ │ ├── 21
│ │ │ ├── 22
│ │ │ ├── 23
│ │ │ ├── 24
│ │ │ └── __cachecheck
│ │ └── __cachecheck
│ └── bin
├── Example
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Example.csproj
│ ├── Example.csproj.user
│ ├── ExampleMain.cs
│ ├── Res
│ │ ├── 01.png
│ │ ├── 02.png
│ │ ├── 03.png
│ │ └── test.gif
│ └── bin
├── NGif.sln
└── Refs
└── gif.zip
12 directories, 44 files