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 …')
(No difference)

Revision as of 06:46, 25 December 2010

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