Difference between revisions of "love.image.newEncodedImageData"
m (1 revision: Importing from potato (again).) |
|
(No difference)
|
Revision as of 16:17, 14 February 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.