基本信息
源码名称:C#中用于生成gif或将gif分解成图片的程序
源码大小:0.20M
文件格式:.zip
开发语言:C#
更新时间:2023-10-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 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