基本信息
源码名称:GIF图片生成器源码(C#)
源码大小:0.23M
文件格式:.rar
开发语言:C#
更新时间:2023-10-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
GIF图片生成器源码(C#)
1、可选多张图片文件, 2、生成的gif图片如果大于当前图片框可以自动自动... 选择的文件多并且文件大的话会造成内存溢出,图片文件大的话生成gif的速度慢。 压缩文件里有VS2008和VS2010两个版本的源码。亲测,都能用

.
├── GIF图片生成器源码
│   ├── VS2008
│   │   ├── AnimatedGifEncoder.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── GIFConverter.csproj
│   │   ├── GIFConverter.sln
│   │   ├── GIFConverter.suo
│   │   ├── GifDecoder.cs
│   │   ├── LZWEncoder.cs
│   │   ├── NeuQuant.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── GIFConverter.exe
│   │   │       ├── GIFConverter.pdb
│   │   │       ├── GIFConverter.vshost.exe
│   │   │       └── GIFConverter.vshost.exe.manifest
│   │   ├── from.gif
│   │   └── obj
│   │       └── Debug
│   │           ├── GIFConverter.Form1.resources
│   │           ├── GIFConverter.Properties.Resources.resources
│   │           ├── GIFConverter.csproj.FileListAbsolute.txt
│   │           ├── GIFConverter.csproj.GenerateResource.Cache
│   │           ├── GIFConverter.exe
│   │           ├── GIFConverter.pdb
│   │           └── TempPE
│   └── VS2010
│       ├── AnimatedGifEncoder.cs
│       ├── Form1.Designer.cs
│       ├── Form1.cs
│       ├── Form1.resx
│       ├── GIFConverter.csproj
│       ├── GIFConverter.csproj.user
│       ├── GIFConverter.sln
│       ├── GIFConverter.suo
│       ├── GifDecoder.cs
│       ├── LZWEncoder.cs
│       ├── NeuQuant.cs
│       ├── Program.cs
│       ├── Properties
│       │   ├── AssemblyInfo.cs
│       │   ├── Resources.Designer.cs
│       │   ├── Resources.resx
│       │   ├── Settings.Designer.cs
│       │   └── Settings.settings
│       ├── app.config
│       ├── bin
│       │   └── Debug
│       │       ├── GIFConverter.exe
│       │       ├── GIFConverter.exe.config
│       │       ├── GIFConverter.pdb
│       │       ├── GIFConverter.vshost.exe
│       │       ├── GIFConverter.vshost.exe.config
│       │       └── GIFConverter.vshost.exe.manifest
│       ├── from.gif
│       └── obj
│           └── Debug
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── GIFConverter.Form1.resources
│               ├── GIFConverter.Properties.Resources.resources
│               ├── GIFConverter.csproj.FileListAbsolute.txt
│               ├── GIFConverter.csproj.GenerateResource.Cache
│               ├── GIFConverter.exe
│               ├── GIFConverter.pdb
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               └── TempPE
│                   └── Properties.Resources.Designer.cs.dll
└── 好例子网C#_GIF图片生成器源码.rar

15 directories, 63 files