Difference between revisions of "love.image (Français)"
(Correction de la description (Anglais->Français)) |
|||
Line 15: | Line 15: | ||
| ?Description | | ?Description | ||
}} | }} | ||
− | [[Category:Modules]] | + | [[Category:Modules (Français)]] |
{{#set:Description=Fournit une interface pour décoder les données d'images codées.}} | {{#set:Description=Fournit une interface pour décoder les données d'images codées.}} | ||
− | == Voir | + | == Voir également == |
* [[parent::love (Français)]] | * [[parent::love (Français)]] | ||
− | == Autres | + | == Autres langues == |
{{i18n|love.image}} | {{i18n|love.image}} |
Revision as of 17:01, 27 December 2020
Fournit une interface pour décoder les données d'images codées.
Types
CompressedImageData | Compressed image data designed to stay compressed in RAM and on the GPU. |
ImageData | Raw (decoded) image data. |
Fonctions
love.image.isCompressed | Determines whether a file can be loaded as CompressedImageData. |
love.image.newCompressedData | Create a new CompressedImageData object from a compressed image file. |
love.image.newEncodedImageData | Encodes ImageData. |
love.image.newImageData | Creates a new ImageData object. |
Enums
CompressedImageFormat | Compressed image data formats. |
ImageEncodeFormat | Image file formats supported by ImageData:encode. |
PixelFormat | Pixel formats for Textures, ImageData, and CompressedImageData. |
Voir également
Autres langues
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