PixbufError

public extension PixbufError
  • Cast constructor, converting any binary integer to a PixbufError.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • An image file was broken somehow.

    Declaration

    Swift

    static let corruptImage: GdkPixbufError
  • Not enough memory.

    Declaration

    Swift

    static let insufficientMemory: GdkPixbufError
  • A bad option was passed to a pixbuf save module.

    Declaration

    Swift

    static let badOption: GdkPixbufError
  • Unknown image type.

    Declaration

    Swift

    static let unknownType: GdkPixbufError
  • Don’t know how to perform the given operation on the type of image at hand.

    Declaration

    Swift

    static let unsupportedOperation: GdkPixbufError
  • Generic failure code, something went wrong.

    Declaration

    Swift

    static let failed: GdkPixbufError
  • Only part of the animation was loaded.

    Declaration

    Swift

    static let incompleteAnimation: GdkPixbufError