Difference between revisions of "ImageEncodeFormat"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Encoded image formats.
 
== Constants ==
 
== Constants ==
 
;bmp: BMP image format.
 
;bmp: BMP image format.
Line 7: Line 7:
 
* [[parent::love.image]]
 
* [[parent::love.image]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=}}
+
{{#set:Description=Encoded image formats.}}

Revision as of 16:17, 14 February 2010

Encoded image formats.

Constants

bmp
BMP image format.
tga
Targa image format.

See Also