Home All Groups Group Topic Archive Search About

animated gif from .net

Author
26 Oct 2006 2:00 AM
chad
anyone knows of any resources for creating an animated gif file from a
sequence of stills like jpgs or bmps using .Net ?

Author
26 Oct 2006 5:09 PM
Patrick Steele
In article <38125205-0CC5-4D77-830C-B4DE879D2***@microsoft.com>,
c***@discussions.microsoft.com says...
> anyone knows of any resources for creating an animated gif file from a
> sequence of stills like jpgs or bmps using .Net ?

The .NET framework doesn't provide support for creating animated GIF's,
but there's code out there to do it:

http://www.codeproject.com/dotnet/NGif.asp

Author
27 Oct 2006 8:53 AM
chad
dude, that's what I was looking for :-)
Thanks a bunch !



Show quoteHide quote
"Patrick Steele" wrote:

> In article <38125205-0CC5-4D77-830C-B4DE879D2***@microsoft.com>,
> c***@discussions.microsoft.com says...
> > anyone knows of any resources for creating an animated gif file from a
> > sequence of stills like jpgs or bmps using .Net ?
>
> The .NET framework doesn't provide support for creating animated GIF's,
> but there's code out there to do it:
>
> http://www.codeproject.com/dotnet/NGif.asp
>
> --
> Patrick Steele
> http://weblogs.asp.net/psteele
>