Difference between revisions of "ImageEncodeFormat"

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

Revision as of 02:54, 17 December 2015

Encoded image formats.

Constants

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

See Also


Other Languages