嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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