Cogl.BitmapError

Error codes that can be thrown when performing bitmap operations. Note that gdk_pixbuf_new_from_file() can also throw errors directly from the underlying image loading library. For example, if GdkPixbuf is used then errors #GdkPixbufError<!-- -->s will be used directly.

Since 1.4

BitmapError.FAILED

Generic failure code, something went wrong.

BitmapError.UNKNOWN_TYPE

Unknown image type.

BitmapError.CORRUPT_IMAGE

An image file was broken somehow.