Difference between revisions of "love.image.newEncodedImageData"
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info