Package: gdk-pixbuf
Function gdk-pixbuf-formats
Lambda Listgdk-pixbuf-formats () Return Value A list of gdk-pixbuf-format instances describing the supported
image formats. Details
Obtains the available information about the image formats supported by the gdk-pixbuf API. Example(mapcar #'gdk-pixbuf-format-name (gdk-pixbuf-formats)) => ("wmf" "ani" "bmp" "gif" "icns" "ico" "jpeg" "png" "pnm" "qtif" "svg" "tga" "tiff" "xbm" "xpm") | See also |
2021-7-24