GdkPixbufFormatFlags

Flags which allow a module to specify further details about the supported operations. GDK_PIXBUF_FORMAT_WRITABLE the module can write out images in the format. GDK_PIXBUF_FORMAT_SCALABLE the image format is scalable GDK_PIXBUF_FORMAT_THREADSAFE the module is threadsafe. If this flag is not set, gdk-pixbuf; will use a lock to prevent multiple threads from using this module at the same time. (Since 2.6) Since 2.2

Values

ValueMeaning
WRITABLE1 << 0
SCALABLE1 << 1
THREADSAFE1 << 2

Meta