Interface PixbufError


public interface PixbufError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A bad option was passed to a pixbuf save module.
    static final int
    An image file was broken somehow.
    static final int
    Generic failure code, something went wrong.
    static final int
    Only part of the animation was loaded.
    static final int
    Not enough memory.
    static final int
    Unknown image type.
    static final int
    Don't know how to perform the
    given operation on the type of image at hand.
  • Field Details

    • CORRUPT_IMAGE

      static final int CORRUPT_IMAGE
      An image file was broken somehow.
      See Also:
    • INSUFFICIENT_MEMORY

      static final int INSUFFICIENT_MEMORY
      Not enough memory.
      See Also:
    • BAD_OPTION

      static final int BAD_OPTION
      A bad option was passed to a pixbuf save module.
      See Also:
    • UNKNOWN_TYPE

      static final int UNKNOWN_TYPE
      Unknown image type.
      See Also:
    • UNSUPPORTED_OPERATION

      static final int UNSUPPORTED_OPERATION
      Don't know how to perform the
      given operation on the type of image at hand.
      See Also:
    • FAILED

      static final int FAILED
      Generic failure code, something went wrong.
      See Also:
    • INCOMPLETE_ANIMATION

      static final int INCOMPLETE_ANIMATION
      Only part of the animation was loaded.
      See Also: