Difference between revisions of "love.image.newEncodedImageData"

m
(oldin notice.)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=function}}
 
Encodes ImageData.
 
Encodes ImageData.
 
== Function ==
 
== Function ==
Line 14: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Encodes ImageData.}}
 
{{#set:Description=Encodes ImageData.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.image.newEncodedImageData}}
 
{{i18n|love.image.newEncodedImageData}}

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