Difference between revisions of "love.image.newEncodedImageData"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


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