-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
I'm still learning and i hope it is a simple issue.
I would like to output my animation to a .gif file, but the delay seems to be coded to '20' in Java2dAnimationWriter and the gif is too fast.
Is it possible to change the delay in gif write while using approximately this syntax?
animation.take(10).write[Gif]("example.gif", frame)
If i would like to change it am I supposed to use setDelay with addFrame(BufferedImage) and GifEncoder directly instead?
Thanks for help
Metadata
Metadata
Assignees
Labels
No labels