Difference between revisions of "ImageEncodeFormat"

m
m
Line 4: Line 4:
 
{{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}}
+
{{oldin|[[0.10.0]]|100|type=constants|pural=y}}
 
;jpg: JPG image format.
 
;jpg: JPG image format.
 
;bmp: BMP image format.
 
;bmp: BMP image format.

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 constants is not supported in that and later versions.
jpg
JPG image format.
bmp
BMP image format.

See Also


Other Languages