Interface PixbufFormatFlags


public interface PixbufFormatFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the image format is scalable
    static 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 WRITABLE
      the module can write out images in the format.
      See Also:
    • SCALABLE

      static final int SCALABLE
      the image format is scalable
      See Also:
    • THREADSAFE

      static final int THREADSAFE
      the module is threadsafe. gdk-pixbuf
      ignores modules that are not marked as threadsafe. (Since 2.28).
      See Also: