Image:encode
EditEncodes the Image to an uncompressed png. This intended mainly for debugging.
blob = Image:encode()
Arguments
None
Returns
Name | Type | Description |
blob | Blob | A new Blob containing the PNG image data. |
See also
lovr.filesystem.write
Image