C# - Create an animated GIF image from selected images in ASP.net [closed]

痴心易碎 提交于 2019-12-14 03:04:17

问题


I need a solution to combine selected images into 1 animated GIF image.

Im using Viual Studio 2010 and ASP.net 3.5 C#


回答1:


try NGif (A Component written using C#,it provide a way to create gif animations in .NET framework)

this code project article will help you - NGif, Animated GIF Encoder for .NET



来源:https://stackoverflow.com/questions/16996744/c-sharp-create-an-animated-gif-image-from-selected-images-in-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!