Good Day All,
Im new to programming in c++ and am seeking help with the following task.

I need a program that will automatically grab a number of image files and then stuff them into an animated .GIF. The .GIF is to be served on the web. I would like to use the gd library (http://www.boutell.com/gd/) as I think it has what I need.

Im wondering if anyone can point me to sample code for a simmillar program, a tutorial or anything really that would shed light on how to acomplish the task.

Many Thanks!