Difference between revisions of "ImageEncodeFormat"

(Add new 0.8.0 constants)
(Use the feature templates)
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
Encoded image formats.
 
Encoded image formats.
 
== Constants ==
 
== Constants ==
;bmp: BMP image format.
 
 
;tga: Targa image format.
 
;tga: Targa image format.
{{newin|[[0.8.0]]|080|type=constant}}
+
{{New feature|0.8.0|
;png: PNG image format (0.8.0 or higher only).  
+
;png: PNG image format.}}
;jpg: JPG image format (0.8.0 or higher only).
+
{{Removed new feature|0.8.0|0.10.0|
;gif: GIF image format (0.8.0 or higher only).
+
;jpg: JPG 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=Encoded image formats.}}

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