Difference between revisions of "ImageEncodeFormat"

(Add new 0.8.0 constants)
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=constant}}
 +
;png: PNG image format (0.8.0 or higher only).
 +
;jpg: JPG image format (0.8.0 or higher only).
 +
;gif: GIF image format (0.8.0 or higher only).
 
== See Also ==
 
== See Also ==
 
* [[parent::love.image]]
 
* [[parent::love.image]]

Revision as of 23:21, 9 October 2011

Encoded image formats.

Constants

bmp
BMP image format.
tga
Targa image format.
Available since LÖVE 0.8.0
This constant is not supported in earlier versions.
png
PNG image format (0.8.0 or higher only).
jpg
JPG image format (0.8.0 or higher only).
gif
GIF image format (0.8.0 or higher only).

See Also


Other Languages