Difference between revisions of "love.image (Français)"
m |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Fournit une interface pour décoder les données d'images | + | Fournit une interface pour décoder les données d'images encodé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]] | + | {{notice|Attention cette section ne reflète pas forcément la totalité des modules, types, fonctions etc, voir la [[love.image#Functions|version en anglais de cette section]] pour vérifier.}} |
+ | {{#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 | ||
}} | }} | ||
− | == | + | |
− | {{#ask: [[Category:Enums (Français)]] [[parent::love.image (Français)]] | + | == Énumérateurs == |
+ | {{notice|Attention cette section ne reflète pas forcément la totalité des modules, types, fonctions etc, voir la [[love.image#Enums|version en anglais de cette section]] pour vérifier.}} | ||
+ | {{#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 == | == Voir également == | ||
* [[parent::love (Français)]] | * [[parent::love (Français)]] | ||
+ | * [[Image (Français)]] — Le type de données de [[love.graphics (Français)|love.graphics]] | ||
+ | * [[Image Formats (Français)]] | ||
+ | [[Category:Modules (Français)]] | ||
+ | {{#set:Description=Fournit une interface pour décoder les données d'images encodées.}} | ||
+ | {{#set:Since=000}} | ||
== Autres langues == | == Autres langues == | ||
{{i18n|love.image}} | {{i18n|love.image}} |
Latest revision as of 12:18, 17 May 2021
Fournit une interface pour décoder les données d'images encodé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
Attention cette section ne reflète pas forcément la totalité des modules, types, fonctions etc, voir la version en anglais de cette section pour vérifier. |
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
Attention cette section ne reflète pas forcément la totalité des modules, types, fonctions etc, voir la version en anglais de cette section pour vérifier. |
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) — Le type de données de love.graphics
- 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