Difference between revisions of "ImageEncodeFormat"

m
(Rename and clarify)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Encoded image formats.
+
Image file formats supported by [[ImageData:encode]].
 
== Constants ==
 
== Constants ==
;bmp: BMP image format.
 
 
;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.}}
 +
{{Removed new feature|0.8.0|0.10.0|
 
;jpg: JPG image format.
 
;jpg: JPG image format.
;gif: GIF image format.
+
;bmp: BMP image format.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.image]]
 
* [[parent::love.image]]
 +
* [[parent::ImageData]]
 +
* [[ImageData:encode]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=Encoded image formats.}}
+
{{#set:Description=Image file formats supported by [[ImageData:encode]].}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|ImageFormat}}
+
{{i18n|ImageEncodeFormat}}

Revision as of 22:59, 12 February 2020

Image file formats supported by ImageData:encode.

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