Package ch.bailu.gtk.gdkpixbuf
Interface PixbufFormatFlags
public interface PixbufFormatFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the image format is scalablestatic final int
the module is threadsafe. gdk-pixbuf
ignores modules that are not marked as threadsafe.static final int
the module can write out images in the format.
-
Field Details
-
WRITABLE
static final int WRITABLEthe module can write out images in the format.- See Also:
-
SCALABLE
static final int SCALABLEthe image format is scalable- See Also:
-
THREADSAFE
static final int THREADSAFEthe module is threadsafe. gdk-pixbuf
ignores modules that are not marked as threadsafe. (Since 2.28).- See Also:
-