Image:getBlob

Edit

Returns a Blob containing the raw bytes of the Image.

blob = Image:getBlob()

Arguments

None

Returns

NameTypeDescription
blobBlob The Blob instance containing the bytes for the Image.

See also