Search code examples
c#asp.netanimated-gif

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


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

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


Solution

  • 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