Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of different frame delay times in GIFs #50

Closed
Waitsnake opened this issue Apr 16, 2019 · 0 comments
Closed

Support of different frame delay times in GIFs #50

Waitsnake opened this issue Apr 16, 2019 · 0 comments

Comments

@Waitsnake
Copy link
Owner

Even if this feature(different frame delay times in GIFs) is not used very often in most GIF files a GIF can contain different delay times between frames resulting in variable fps values during running.

For the sake of easier implementation and because the method animateOneFrame from the class ScreenSaverView did not support a changing of timerAnimateOneFrame between startAnimation and stopAnimation AnimatedGif until now did not support this feature. It uses an fixed delay time(means a fixed fps) from the first frame of the GIF for the complete animation time.

To support this feature AnimatedGif needs to trigger the needed animation steps within its own controlled timer method.

Waitsnake added a commit that referenced this issue Apr 16, 2019
Add support of different frame durations as described in #50 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant