On 6 January 2011 23:36, Pew (piffle.the.cat) <[email protected]> wrote: > Other than the obvious use of free pascal (fp ide, I think) what software > did you use to capture the screen images and save them as an animated gif > image? Was there any extra work for you to make it a self repeating/looping > animated gif ?
I documented it a while back on the FPC wiki site. http://wiki.freepascal.org/Creating_animated_gifs_for_wiki XVidCap to capture the screenshots (10fps is a good speed). I then use GIMP to optimize for differences between images and then save it as a gif. In the save dialog there is a checkbox you can toggle to loop the animation or not. GIMP is available for most platforms. I don't know what software you can use to capture many screenshots as screencast on other platforms, sorry. I only use Linux. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
