Torrunt/vimage

Improve Animated GIF Loading (make it faster)

Closed this issue · 1 comments

Experiment changing the way Animated Gifs are loaded/displayed, see If I can make it any faster.

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.