Construct the image.
Set the image alpha.
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.
Clears the image of all pixel data and effectively makes it transparent.
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.
Get the image data.
Set the image format. Once set the image only accepts files or data in this format.
Get the image format.
Set the image file.
Get the image file.
Set the image gamma.
Get the current image gamma.
Set the image height.
Get the current cropped image height.
Set the image palette. This setting set how many levels of color/gray are used.
Get the current palette.
Set the image width.
Get the current cropped image height.
Destroy this image.
Helper class to quickly create a Png format image.