Optional parameters passed when creating an Image.
See Also loadImage()
loadImage()
Specifies an image index for multi-part images, like animated GIFs. 0-based index.
If an exception occurs, enabling this will prevent any attempts at using other handlers to load the image. Default = false, all handlers are tried and if none succeed, the last exception is rethrown.
See Also ImageIoException
ImageIoException
Returns image index.
See Also index()
index()
Returns whether throwOnFirstException() is enabled or not.