Possible Duplicate:
how to create an animated gif in .net
How would I turn single images into animated gifs and vice versa? Is there an existing library for such a thing?
I’m using vb.net so any .net code examples are helpful 🙂
Thanks if you can!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Google found a quick code sample here. This is an Animated GIF Encoder for .NET – called NGif.
Here is a similar Question, with some more links – directed at C#, but still helpful.