Namespace
GdkPixbuf – 2.0
Image loading library
Dependencies
| GObject—2.0 | The base type system library |
| Browse documentation |
Classes
| Pixbuf |
A pixel buffer. |
| PixbufAnimation |
An opaque object representing an animation. |
| PixbufAnimationIter |
An opaque object representing an iterator which points to a certain position in an animation. |
| PixbufLoader |
Incremental image loader. |
| PixbufNonAnim | |
| PixbufSimpleAnim |
An opaque struct representing a simple animation. |
| PixbufSimpleAnimIter |
Structs
| PixbufFormat |
A since: 2.2 |
| PixbufModule |
A |
| PixbufModulePattern |
The signature prefix for a module. since: 2.2 |
Enumerations
| 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(). |
Bitfields
| 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 |
Callbacks
| PixbufDestroyNotify |
A function of this type is responsible for freeing the pixel array of a pixbuf. |
| PixbufModuleBeginLoadFunc |
Sets up the image loading state. |
| PixbufModuleFillInfoFunc |
Defines the type of the function used to fill a
since: 2.2 |
| PixbufModuleFillVtableFunc |
Defines the type of the function used to set the vtable of a
since: 2.2 |
| PixbufModuleIncrementLoadFunc |
Incrementally loads a buffer into the image data. |
| PixbufModuleLoadAnimationFunc |
Loads a file from a standard C file stream into a new |
| PixbufModuleLoadFunc |
Loads a file from a standard C file stream into a new |
| PixbufModuleLoadXpmDataFunc |
Loads XPM data into a new |