Difference between revisions of "love.image.newEncodedImageData"

(oldin notice.)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=function}}
 
Encodes ImageData.
 
Encodes ImageData.
 
== Function ==
 
== Function ==

Revision as of 19:56, 15 June 2012

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

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