0

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?

Maarten Bodewes
  • 90,524
  • 13
  • 150
  • 263
desertgle
  • 3
  • 5
  • Hi Cihat, you don't need to say thanks, and the way you said it is probably not what you wanted it to mean (use the word "pleasure" with care). Use uppercase "I" if possible, and short sentences. Good luck on stackoverflow (don't forget to Google first). – Maarten Bodewes May 22 '12 at 21:47
  • Oh yeah, and use often used tags, e.g. [tag:java] would have been an obvious choice. – Maarten Bodewes May 22 '12 at 21:47

1 Answers1

0

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