C# - 从 ASP.net 中的选定图像创建动画 GIF 图像
问题描述:
我需要一个解决方案将选定的图像组合成1 张动画 GIF 图像.
I need a solution to combine selected images into 1 animated GIF image.
我使用的是 Viual Studio 2010 和 ASP.net 3.5 C#
Im using Viual Studio 2010 and ASP.net 3.5 C#
答
try NGif (A Component使用 C# 编写,它提供了一种在 .NET 框架中创建 gif 动画的方法)
try NGif (A Component written using C#,it provide a way to create gif animations in .NET framework)
此代码项目文章将帮助您 - NGif,.NET 动画 GIF 编码器
this code project article will help you - NGif, Animated GIF Encoder for .NET