Module: Gdk::TextureError

Defined in:
(unknown)

Constant Summary collapse

TOO_LARGE =

Not enough memory to handle this image

0 or :too_large
CORRUPT_IMAGE =

The image data appears corrupted

1 or :corrupt_image
UNSUPPORTED_CONTENT =

The image contains features that cannot be loaded

2 or :unsupported_content
UNSUPPORTED_FORMAT =

The image format is not supported

3 or :unsupported_format