Difference between revisions of "ImageEncodeFormat"

m
Line 3: Line 3:
 
;bmp: BMP image format.
 
;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]]|type=constants|plural=y}}
 
;png: PNG image format.  
 
;png: PNG image format.  
 
;jpg: JPG image format.
 
;jpg: JPG image format.

Revision as of 15:00, 6 February 2012

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.
gif
GIF image format.

See Also


Other Languages