Difference between revisions of "ImageEncodeFormat"

m
m
Line 5: Line 5:
 
{{newin|[[0.8.0]]|080|type=constants|plural=y}}
 
{{newin|[[0.8.0]]|080|type=constants|plural=y}}
 
;png: PNG image format.  
 
;png: PNG image format.  
 +
{{oldin|[[0.10.0]]|100|type=constant}}
 
;jpg: JPG image format.
 
;jpg: JPG image format.
 
== See Also ==
 
== See Also ==

Revision as of 04:11, 15 November 2015

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.
Removed in LÖVE 0.10.0
This constant is not supported in that and later versions.
jpg
JPG image format.

See Also


Other Languages