Does GtkImage/GtkPicture support animation images(gif/apng)?

Does GtkImage/GtkPicture support animation images: Animation PNG image / Animation PNG image?

GtkImage/GtkPicture do not support animations by itself. You can create your own GdkPaintable implementation that loads an animatable image format.

If by “Animation PNG” you mean the APNG format, then there are currently no loaders available for it, so you’ll have to write one in your application as well.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.