Difference between revisions of "ImageEncodeFormat"

m
m
Line 1: Line 1:
 
Encoded image formats.
 
Encoded image formats.
 
== Constants ==
 
== Constants ==
;bmp: BMP image format.
 
 
;tga: Targa image format.
 
;tga: Targa image format.
 
{{newin|[[0.8.0]]|080|type=constants|plural=y}}
 
{{newin|[[0.8.0]]|080|type=constants|plural=y}}
Line 7: Line 6:
 
{{oldin|[[0.10.0]]|100|type=constant}}
 
{{oldin|[[0.10.0]]|100|type=constant}}
 
;jpg: JPG image format.
 
;jpg: JPG image format.
 +
;bmp: BMP image format.
 
== See Also ==
 
== See Also ==
 
* [[parent::love.image]]
 
* [[parent::love.image]]

Revision as of 02:53, 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
This constant is not supported in that and later versions.
jpg
JPG image format.
bmp
BMP image format.

See Also


Other Languages