Schnittstelle PixbufFormatFlags


public interface PixbufFormatFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails

    • WRITABLE

      static final int WRITABLE
      the module can write out images in the format.
      Siehe auch:
    • SCALABLE

      static final int SCALABLE
      the image format is scalable
      Siehe auch:
    • THREADSAFE

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