ImageEncodeFormat

Image file formats supported by ImageData:encode. See Image Formats for supported decode formats.

Constants

tga
Targa image format.
Available since LÖVE 0.8.0
png
PNG image format.


Available since LÖVE 12.0
exr
EXR image format. Supports HDR data and other uses where the range of values can go outside of [0, 1].


Available since LÖVE 0.8.0 and removed in LÖVE 0.10.0
jpg
JPG image format.
bmp
BMP image format.

See Also


Other Languages