Flags

Details

class GdkPixbuf.PixbufFormatFlags(value)

Bases: GLib.Flags

Flags which allow a module to specify further details about the supported operations.

New in version 2.2.

WRITABLE = 1

the module can write out images in the format.

SCALABLE = 2

the image format is scalable

THREADSAFE = 4

the module is threadsafe. gdk-pixbuf ignores modules that are not marked as threadsafe.

New in version 2.28.