Image.embedBase64Data

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.

class Image
protected
embedBase64Data
(
string filename
this T
)
()

Parameters

filename

The filename to read the data from.

Return Value

Type: auto

This image to aid method chaining.

Meta