GdkPixbuf-2.0 (original) (raw)

Namespace

Image loading library

Dependencies

PixbufFormat A GdkPixbufFormat contains information about the image format accepted by a module. since: 2.2
PixbufModule A GdkPixbufModule contains the necessary functions to load and save images in a certain file format.
PixbufModulePattern The signature prefix for a module. since: 2.2
Colorspace This enumeration defines the color spaces that are supported by the gdk-pixbuf library.
InterpType Interpolation modes for scaling functions.
PixbufAlphaMode Control the alpha channel for drawables. deprecated: 2.42
PixbufRotation The possible rotations which can be passed to gdk_pixbuf_rotate_simple().
PixbufFormatFlags Flags which allow a module to specify further details about the supported operations. since: 2.2

Error Domains

PixbufError An error code in the GDK_PIXBUF_ERROR domain.
PIXBUF_MAJOR Major version of gdk-pixbuf library, that is the “0” in “0.8.2” for example.
PIXBUF_MICRO Micro version of gdk-pixbuf library, that is the “2” in “0.8.2” for example.
PIXBUF_MINOR Minor version of gdk-pixbuf library, that is the “8” in “0.8.2” for example.
PIXBUF_VERSION Contains the full version of GdkPixbuf as a string.