Difference between revisions of "love.image.newEncodedImageData"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Encodes ImageData.
 
Encodes ImageData.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Encodes ImageData.}}
 
{{#set:Description=Encodes ImageData.}}
 +
== Other Languages ==
 +
{{i18n|love.image.newEncodedImageData}}

Revision as of 20:29, 18 November 2010

Encodes ImageData.

Function

Synopsis

data = love.image.newEncodedImageData( imageData, format )

Arguments

ImageData imageData
The raw ImageData to encode.
ImageFormat format
The format to encode the image in.

Returns

Data data
The encoded image data.

See Also

Other Languages