Since 2.2Optionalproperties: Partial<Static$gtypeSince 2.22copyCreates a copy of format.
the newly allocated copy of a GdkPixbuf.PixbufFormat. Use gdk_pixbuf_format_free() to free the resources when done
Since 2.22freeFrees the resources allocated when copying a GdkPixbuf.PixbufFormat
using gdk_pixbuf_format_copy()
Since 2.2get_Since 2.2get_Since 2.6get_Since 2.2get_Since 2.2get_Since 2.6is_Since 2.36is_Returns TRUE if the save option specified by option_key is supported when
saving a pixbuf using the module implementing format.
See gdk_pixbuf_save() for more information about option keys.
the name of an option
TRUE if the specified option is supported
Since 2.6is_Since 2.2is_Since 2.6set_Disables or enables an image format.
If a format is disabled, GdkPixbuf won't use the image loader for this format to load images.
Applications can use this to avoid using image loaders with an
inappropriate license, see gdk_pixbuf_format_get_license().
TRUE to disable the format format
A GdkPixbuf.PixbufFormat contains information about the image format accepted by a module.
Only modules should access the fields directly, applications should use the
gdk_pixbuf_format_*family of functions.Since
2.2