Construct the image.
Clears the image of all pixel data and effectively makes it transparent.
Destroy this image.
This method embeds the image as a base64 encoded string into the application at compile-time. The path to the image must be passed to the compiler using the -J switch.
Get the image data.
Get the image file.
Get the image format.
Get the current image gamma.
Get the current cropped image height.
Get the current palette.
Get the current cropped image height.
Specifies the contents of the image as a string. The string should contain binary data or, for some formats, base64-encoded data (this is currently guaranteed to be supported for PNG and GIF images). A set file takes precedence over the setting of data.
Set the image file.
Set the image format. Once set the image only accepts files or data in this format.
Set the image gamma.
Set the image height.
Set the image palette. This setting set how many levels of color/gray are used.
Set the image width.
The unique id of this element.
The parent element if any.
The image base class.