Author Topic: C# .gif animation problem  (Read 559 times)

I've been searching Google inside and out for a solution, but I still can't figure this out.

The SOTLA program I wrote in C# works fine, but for one thing. It's supposed to save all of the given images into one single animated .gif. However, I can't figure out how to get this to work. If I could, I could actually make the requests I've gotten in the SOTLA thread, but until I figure out how to get it working properly, I can't.

You could probably use Imagemagick to do this.

You could probably use Imagemagick to do this.

Unless they also produce libraries for Windows programs, this doesn't help me at all.
The point is that the SOTLA program is supposed to generated the finished .gif by itself. I already have a Windows program to stick the individual frames together, but I want the avatar generator to do it itself.

EDIT: Oh wait, heurr, it is a library. I misread. Badly. :c


SOTLA?

Think my avatar but with your own text, text color, laser color, and background color.

Think my avatar but with your own text, text color, laser color, and background color.
Ah. Tried searching, found http://stackoverflow.com/questions/1196322/how-to-create-an-animated-gif-in-net.