Difference between revisions of "love.image (Français)"
(met à jour format actuel) |
|||
Line 1: | Line 1: | ||
Fournit une interface pour décoder les données d'images codées. | Fournit une interface pour décoder les données d'images codées. | ||
== Types == | == Types == | ||
− | {{#ask: [[Category:Types (Français)]] [[parent::love.image (Français)]] | + | {{#ask: [[Category:Types (Français)]] [[parent::love.image (Français)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
== Fonctions == | == Fonctions == | ||
− | {{#ask: [[Category:Functions]] [[parent::love.image]] | + | {{#ask: [[Category:Functions (Français)]] [[parent::love.image (Français)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
− | == | + | == Énumérateurs == |
− | {{#ask: [[Category:Enums (Français)]] [[parent::love.image (Français)]] | + | {{#ask: [[Category:Enums (Français)]] [[parent::love.image (Français)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
+ | == Voir également == | ||
+ | * [[parent::love (Français)]] | ||
+ | * [[Image (Français)]] - the love.graphics data type | ||
+ | * [[Image Formats (Français)]] | ||
[[Category:Modules (Français)]] | [[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.}} | ||
− | = | + | {{#set:Since=000}} |
− | |||
− | |||
== Autres langues == | == Autres langues == | ||
{{i18n|love.image}} | {{i18n|love.image}} |
Revision as of 12:09, 17 May 2021
Fournit une interface pour décoder les données d'images codées.
Types
CompressedImageData (Français) | Représente des données d'image compressées, conçues pour rester compresser en RAM et dans le GPU. | 0.9.0 | |
ImageData (Français) | Données d'image brutes (décodées). |
Fonctions
love.image.isCompressed (Français) | Détermine si un fichier peut être chargé en tant que CompressedImageData. | ||
love.image.newCompressedData (Français) | Crée un nouvel objet CompressedImageData à partir d'un fichier d'image compressé. | ||
love.image.newImageData (Français) | Crée un nouvel objet ImageData. |
Énumérateurs
ImageEncodeFormat (Français) | Image file formats supported by ImageData:encode (Français). | ||
PixelFormat (Français) | Formats de pixels pour Textures, ImageData, et CompressedImageData. | 11.0 |
Voir également
- love (Français)
- Image (Français) - the love.graphics data type
- Image Formats (Français)
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