PixbufModule
- class PixbufModule(*args, **kwargs)
- Constructors:
PixbufModule()
Fields
- class PixbufModule
- begin_load
Begins an incremental load.
- info
A
GdkPixbufFormat
holding information about the module.
- is_save_option_supported
Returns whether a save option key is supported by the module
- load
Loads an image from a file.
- load_animation
Loads an animation from a file.
- load_increment
Continues an incremental load.
- load_xpm_data
Loads an image from data in memory.
- module
The loaded
GModule
.
- module_name
The name of the module, usually the same as the usual file extension for images of this type, eg. “xpm”, “jpeg” or “png”.
- module_path
The path from which the module is loaded.
- save
Saves a
GdkPixbuf
to a file.
- save_to_callback
Saves a
GdkPixbuf
by calling the givenGdkPixbufSaveFunc
.
- stop_load
Stops an incremental load.