Difference between revisions of "ImageData:encode"

(Created page with 'Encodes the ImageData. == Function == === Synopsis === <source lang="lua"> data = ImageData:encode( format ) </source> === Arguments === {{param|ImageFormat|format|The format to …')
 
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Encodes ImageData.}}
 
{{#set:Description=Encodes ImageData.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ImageData:encode}}
 
{{i18n|ImageData:encode}}

Revision as of 10:25, 25 March 2011

Encodes the ImageData.

Function

Synopsis

data = ImageData:encode( format )

Arguments

ImageFormat format
The format to encode the image in.

Returns

Data data
The encoded image data.

See Also


Other Languages