Difference between revisions of "ImageEncodeFormat"

m
(Use the feature templates)
Line 2: Line 2:
 
== Constants ==
 
== Constants ==
 
;tga: Targa image format.
 
;tga: Targa image format.
{{newin|[[0.8.0]]|080|type=constants|plural=y}}
+
{{New feature|0.8.0|
;png: PNG image format.  
+
;png: PNG image format.}}
{{oldin|[[0.10.0]]|100|type=constants|plural=y}}
+
{{Removed new feature|0.8.0|0.10.0|
 
;jpg: JPG image format.
 
;jpg: JPG image format.
;bmp: BMP image format.
+
;bmp: BMP image format.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.image]]
 
* [[parent::love.image]]

Revision as of 14:51, 16 May 2016

Encoded image formats.

Constants

tga
Targa image format.
Available since LÖVE 0.8.0
png
PNG image format.


Available since LÖVE 0.8.0 and removed in LÖVE 0.10.0
jpg
JPG image format.
bmp
BMP image format.

See Also


Other Languages