Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 1 / Java Q & A Archive / Java Q & A Main Page

9-11-98

Hi all,
I have a problem:
how can I make it, that already loaded unlooped-animated GIFS animate again, if I "re-Graphics.drawImage" them?? I need this in an Applet.

unco


Response
9-22-98

It seems from your question that you know more than I but anyway I would think that you would just use an animated gif builder to make your existing animated gif loop. It is only one line of code. I think all you do is type "loop" as the last line of the de compiled animated gif code. I downloaded a trial version of GIF Construction Set from the web and looked at some of the examples and figured out how to manipulate existing animated GIF's. Should be much easier than trying to code an applet or Java statement.

Jason


Home / Java Q & A Archive Page 1 / Java Q & A Archive / Java Q & A Main Page