Improve Animated GIF Loading (make it faster)
Closed this issue · 1 comments
Torrunt commented
Experiment changing the way Animated Gifs are loaded/displayed, see If I can make it any faster.
Torrunt commented
Done in this commit: f17313a
Simply made frame fetching occur in a separate thread. Animated Gifs now display almost instantly. Large images may stop/start animation during their first loop. Could possibly improve the speed of loading images and animated gifs, but it's good enough for now.