Difference between revisions of "love.image.newEncodedImageData"

(oldin notice.)
m
 
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=function}}
+
{{oldin|[[0.8.0]]|080|type=function|text=It has been replaced by [[ImageData:encode]]}}
 
Encodes ImageData.
 
Encodes ImageData.
 
== Function ==
 
== Function ==

Latest revision as of 02:43, 31 July 2020

Removed in LÖVE 0.8.0
It has been replaced by ImageData:encode.

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