Module: GdkPixbuf::PixbufError

Defined in:
(unknown)

Constant Summary collapse

CORRUPT_IMAGE =

An image file was broken somehow.

0 or :corrupt_image
INSUFFICIENT_MEMORY =

Not enough memory.

1 or :insufficient_memory
BAD_OPTION =

A bad option was passed to a pixbuf save module.

2 or :bad_option
UNKNOWN_TYPE =

Unknown image type.

3 or :unknown_type
UNSUPPORTED_OPERATION =

Don’t know how to perform the

given operation on the type of image at hand.
4 or :unsupported_operation
FAILED =

Generic failure code, something went wrong.

5 or :failed
INCOMPLETE_ANIMATION =

Only part of the animation was loaded.

6 or :incomplete_animation