Difference between revisions of "ImageEncodeFormat"

m
m
Line 8: Line 8:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.image]]
 
* [[parent::love.image]]
 +
* [[parent::ImageData]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Encoded image formats.}}
 
{{#set:Description=Encoded image formats.}}

Revision as of 22:23, 31 August 2013

Encoded image formats.

Constants

bmp
BMP image format.
tga
Targa image format.
Available since LÖVE 0.8.0
These constants are not supported in earlier versions.
png
PNG image format.
jpg
JPG image format.

See Also


Other Languages