Search code examples
cimageimage-processinggtkgdkpixbuf

What image formats are supported by Gdk-Pixbuf (Gtk-Image?) by Default?


I know that Gdk-Pixbuf supports png and jpg, but I cannot find an exact list of all the completely (or partially) supported image formats anywhere on the internet. It is necessary for my current project, since I need to check the extension of every file in a directory and determine whether it is supported or not by gdk-pixbuf. Any help?


Solution

  • Calling gdk_pixbuf_get_formats() in your application will tell you which formats your copy of GDKPixbuf can load.