Difference between revisions of "ImageEncodeFormat"

(Rename and clarify)
(link to decode formats available)
Line 1: Line 1:
Image file formats supported by [[ImageData:encode]].
+
Image file formats supported by [[ImageData:encode]]. See [[Image Formats]] for supported decode formats.
 
== Constants ==
 
== Constants ==
 
;tga: Targa image format.
 
;tga: Targa image format.

Revision as of 19:06, 24 October 2021

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 0.8.0 and removed in LÖVE 0.10.0
jpg
JPG image format.
bmp
BMP image format.

See Also


Other Languages