Page 1 of 1

Animated GIF

Posted: 12 Feb 2019, 11:24
by Matso
Is there a way of displaying animating GIFs? Or should I use a storyboard to render their frames directly?

MK

Re: Animated GIF

Posted: 12 Feb 2019, 21:42
by jsantos
There is no native support for GIF in NoesisGUI. You can follow the approach you mention (similar to our ImageAtlas.xaml example) or just if the content is complex you can render the animation yourself to a texture that is used later in the UI. This is the approach our clients are following for video.