Hi, I want to display an animated gif in a Gtk.Image using a PixbufAnimation. I create the animation like this: imgComic.PixbufAnimation = new PixbufAnimation(img); where img is a stream. The animation is showed and correctly animated, but uses 100% CPU load. Is there a way to reduce that ?