I need to create an animated GIF by using frames in Java. For example, I will create a graphic of a function, and it will change with some parameters. A lot of frames will be created and I need to create GIF with these frames. Where should I start?
Share
Perhaps this may help:
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/32892/Help-with-GIF-writer-in-imageio#art5
props to @ax. for the link