WpfAnimatedGif icon indicating copy to clipboard operation
WpfAnimatedGif copied to clipboard

Gif decoding is done on UI thread

Open valhentai opened this issue 6 years ago • 2 comments

The decoding of the gif file is done on the UI thread. it cause a freeze of the application when loading large gif.

valhentai avatar Jul 31 '18 08:07 valhentai

The performance of this package is indeed quite slow, don't overuse it or you might freeze your UI for a few seconds. (my project had ~20 gifs in it and the UI hanged for around 7 seconds when going back and forth through tabs)

Kanken6174 avatar Apr 04 '21 21:04 Kanken6174

I experience high CPU usage during animation.

GioviQ avatar Nov 25 '21 16:11 GioviQ