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