:right-sidebar: True PixbufModule =================================================================== .. currentmodule:: gi.repository.GdkPixbuf .. class:: PixbufModule(*args, **kwargs) :no-contents-entry: :Constructors: :: PixbufModule() Fields ------ .. rst-class:: interim-class .. class:: PixbufModule :no-index: .. attribute:: begin_load Begins an incremental load. .. attribute:: info A ``GdkPixbufFormat`` holding information about the module. .. attribute:: is_save_option_supported Returns whether a save option key is supported by the module .. attribute:: load Loads an image from a file. .. attribute:: load_animation Loads an animation from a file. .. attribute:: load_increment Continues an incremental load. .. attribute:: load_xpm_data Loads an image from data in memory. .. attribute:: module The loaded ``GModule``. .. attribute:: 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". .. attribute:: module_path The path from which the module is loaded. .. attribute:: save Saves a ``GdkPixbuf`` to a file. .. attribute:: save_to_callback Saves a ``GdkPixbuf`` by calling the given ``GdkPixbufSaveFunc``. .. attribute:: stop_load Stops an incremental load.