Image:encode

Edit

Encodes the Image to an uncompressed png. This intended mainly for debugging.

blob = Image:encode()

Arguments

None

Returns

NameTypeDescription
blobBlob A new Blob containing the PNG image data.

See also