Closed Waitsnake closed 7 years ago
I tried to deal with the problem in the past and update it for each frame with setAnimationTimeInterval. Unfortunately the Screensaver framework could not handle changing delay times properly while screensaver was already running and the result looked awful. Most GIF's not even use different delay times at all and all frames have the same value. So I decided only to use an static duration and use the delay time of first frame.
This is a wontfix.
Was finally solved with #50 . wontfix -> duplicate
A GIF file can have a unique delay time for each frame, but AnimatedGif only uses the one of the first frame as static value.