GdkPixbufFormatFlags

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

Values

ValueMeaning
WRITABLE1

the module can write out images in the format.

SCALABLE2

the image format is scalable

THREADSAFE4

the module is threadsafe. gdk-pixbuf ignores modules that are not marked as threadsafe. (Since 2.28).

Meta