Created
          November 11, 2021 07:29 
        
      - 
      
 - 
        
Save SphinxKnight/36ad96f204efc2c84e175eb176ef6d32 to your computer and use it in GitHub Desktop.  
    md-conversion-media
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Report from 11/11/2021, 08:28:33 | |
| ## All unhandled elements | |
| - th[scope="row"] (180) | |
| - tr (168) | |
| - table.standard-table (25) | |
| - td (15) | |
| ## Details per Document | |
| ### [/fr/docs/Web/Media/Formats/Image_types](https://developer.mozilla.org/fr/docs/Web/Media/Formats/Image_types) | |
| #### Invalid AST transformations | |
| ##### tr (41:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Abréviation</th>",type: "html" | |
| value: "<th scope=\"row\">Format du fichier (en)</th>" | |
| ``` | |
| ##### tr (51:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#apng\">APNG</a></th>",type: "html" | |
| value: "<th scope=\"row\">Animated Portable Network Graphics</th>" | |
| ``` | |
| ##### tr (59:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#avif\">AVIF</a></th>",type: "html" | |
| value: "<th scope=\"row\">AV1 Image File Format</th>" | |
| ``` | |
| ##### tr (67:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#gif\">GIF</a></th>",type: "html" | |
| value: "<th scope=\"row\">Graphics Interchange Format</th>" | |
| ``` | |
| ##### tr (75:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#jpeg\">JPEG</a></th>",type: "html" | |
| value: "<th scope=\"row\">Joint Photographic Expert Group</th>" | |
| ``` | |
| ##### tr (83:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#png\">PNG</a></th>",type: "html" | |
| value: "<th scope=\"row\">Portable Network Graphics</th>" | |
| ``` | |
| ##### tr (91:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#svg\">SVG</a></th>",type: "html" | |
| value: "<th scope=\"row\">Scalable Vector Graphics</th>" | |
| ``` | |
| ##### tr (99:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#webp\">WebP</a></th>",type: "html" | |
| value: "<th scope=\"row\">Web Picture</th>" | |
| ``` | |
| ##### table.standard-table (39:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Abréviation</th><th scope=\"row\">Format du fichier (en)</th><th scope=\"col\">Type de MIME</th><th scope=\"col\">Extention(s) du fichier</th><th scope=\"col\">Résumé</th><th scope=\"col\">Prise en charge navigateur</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#apng\">APNG</a></th><th scope=\"row\">Animated Portable Network Graphics</th><td><code>image/apng</code></td><td><code>.apng</code></td><td>Bon choix pour les animations sans perte de qualité. AVIF et WebP ont de meilleures performances mais une moins bonne couverture des navigateurs.</td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#avif\">AVIF</a></th><th scope=\"row\">AV1 Image File Format</th><td><code>image/avif</code></td><td><code>.avif</code></td><td>Un format avec de bonnes performances et sans licence commerciale qui peut être utilisé pour les images statiques comme animées. Il offre une meilleure compression que PNG et JPEG et une meilleure profondeur de couleur. Il est préférable d'utiliser des formats alternatifs via l'élément <a href=\"/fr/docs/Web/HTML/Element/picture\"><code><picture></code></a> pour s'adapter aux différentes prises en charge des navigateurs.</td><td>Chrome, Edge, Firefox (fonctionnalités de base), Opera</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#gif\">GIF</a></th><th scope=\"row\">Graphics Interchange Format</th><td><code>image/gif</code></td><td><code>.gif</code></td><td>Un bon choix pour les images simples et les animations. On préfèrera toutefois PNG pour les images statiques sans pertes de compression et WebP, AVIF ou APNG pour les animations afin d'avoir de meilleures compressions.</td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#jpeg\">JPEG</a></th><th scope=\"row\">Joint Photographic Expert Group</th><td><code>image/jpeg</code></td><td><code>.jpg</code>, <code>.jpeg</code>, <code>.jfif</code>, <code>.pjpeg</code>, <code>.pjp</code></td><td>Un bon choix pour les images compressées avec pertes. C'est le format le plus populaire et parmi les mieux pris en charge. PNG sera préférable si on préfère une meilleure fidélité à l'image et WebP/AVIF permettront d'avoir de meilleurs taux de compression.</td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#png\">PNG</a></th><th scope=\"row\">Portable Network Graphics</th><td><code>image/png</code></td><td><code>.png</code></td><td>PNG pourra être préféré à JPEG lorsqu'on a besoin d'une meilleure précision ou de transparence. WebP/AVIF permettront d'avoir de meilleurs taux de compression mais leur prise en charge navigateur est plus faible.</td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#svg\">SVG</a></th><th scope=\"row\">Scalable Vector Graphics</th><td><code>image/svg+xml</code></td><td><code>.svg</code></td><td>Un format d'image vectoriel idéal pour les éléments d'interface utilisateur, les icônes ou diagrammes qui nécessitent de s'afficher précisément quelle que soit l'échelle.</td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#webp\">WebP</a></th><th scope=\"row\">Web Picture</th><td><code>image/webp</code></td><td><code>.webp</code></td><td>Un excellent choix pour les images statiques ou animées. Les taux de compression de ce format sont meilleurs que pour PNG ou JPEG. Ce format prend également en charge de meilleures profondeurs pour les couleurs, les <i>frames</i> animées, la transparence, etc.</td><td>Chrome, Edge, Firefox, Opera</td></tr>" | |
| ``` | |
| ##### tr (117:5) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Abréviation</th>",type: "html" | |
| value: "<th scope=\"row\">Format de fichier</th>" | |
| ``` | |
| ##### tr (126:5) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#bmp\">BMP</a></th>",type: "html" | |
| value: "<th scope=\"row\">Bitmap</th>" | |
| ``` | |
| ##### tr (133:5) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#ico\">ICO</a></th>",type: "html" | |
| value: "<th scope=\"row\">Microsoft Icon</th>" | |
| ``` | |
| ##### tr (140:5) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\"><a href=\"#tiff\">TIFF</a></th>",type: "html" | |
| value: "<th scope=\"row\">Tagged Image File Format</th>" | |
| ``` | |
| ##### table.standard-table (115:3) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Abréviation</th><th scope=\"row\">Format de fichier</th><th scope=\"col\">Type MIME</th><th scope=\"col\">Extension(s)</th><th scope=\"col\">Prise en charge navigateur</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#bmp\">BMP</a></th><th scope=\"row\">Bitmap</th><td><code>image/bmp</code></td><td><code>.bmp</code></td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#ico\">ICO</a></th><th scope=\"row\">Microsoft Icon</th><td><code>image/x-icon</code></td><td><code>.ico</code>, <code>.cur</code></td><td>Chrome, Edge, Firefox, Internet Explorer, Opera, Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\"><a href=\"#tiff\">TIFF</a></th><th scope=\"row\">Tagged Image File Format</th><td><code>image/tiff</code></td><td><code>.tif</code>, <code>.tiff</code></td><td>Aucune prise en charge native, addons nécessaires</td></tr>" | |
| ``` | |
| ##### tr (166:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/apng</code></td>" | |
| ``` | |
| ##### tr (170:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extention(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (174:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (178:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (182:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (191:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (198:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (203:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (208:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (213:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (218:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (189:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td>1, 2, 4, 8, et 16</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs de <em>D</em>-bit indiquant le niveau des composantes de couleur rouge, verte et bleue.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>1, 2, 4, et 8</td><td>Chaque pixel est une valeur <em>D</em>-bit indiquant un index dans une palette de couleurs qui est contenue dans un morceau <code><a href=\"https://www.w3.org/TR/PNG/#11PLTE\">PLTE</a></code> dans le fichier APNG ; les couleurs de la palette utilisent toutes une profondeur de 8 bits.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par deux valeurs <em>D</em>-bit : l'intensité du pixel en niveaux de gris et un échantillon alpha, indiquant le degré d'opacification du pixel.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est composé de quatre composantes de couleur <em>D</em>-pixel : rouge, vert, bleu, et l'échantillon alpha indiquant le degré d'opacité du pixel.</td></tr>" | |
| ``` | |
| ##### tr (186:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur supportés</th>" | |
| ``` | |
| ##### tr (227:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (231:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (164:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/apng</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extention(s) de fichier(s)</th><td><code>.apng</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><a href=\"https://wiki.mozilla.org/APNG_Specification\">wiki.mozilla.org/APNG_Specification</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Chrome 59, Edge 12, Firefox 3, Opera 46, Safari 8</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>2 147 483 647×2 147 483 647 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur supportés</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr></thead><tbody><tr><th scope=\"row\">Niveau de gris</th><td>1, 2, 4, 8, et 16</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs de <em>D</em>-bit indiquant le niveau des composantes de couleur rouge, verte et bleue.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>1, 2, 4, et 8</td><td>Chaque pixel est une valeur <em>D</em>-bit indiquant un index dans une palette de couleurs qui est contenue dans un morceau <code><a href=\"https://www.w3.org/TR/PNG/#11PLTE\">PLTE</a></code> dans le fichier APNG ; les couleurs de la palette utilisent toutes une profondeur de 8 bits.</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par deux valeurs <em>D</em>-bit : l'intensité du pixel en niveaux de gris et un échantillon alpha, indiquant le degré d'opacification du pixel.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est composé de quatre composantes de couleur <em>D</em>-pixel : rouge, vert, bleu, et l'échantillon alpha indiquant le degré d'opacité du pixel.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Sans perte</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Gratuit et ouvert dans le cadre de la <a href=\"https://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike license</a> (<a href=\"https://creativecommons.org/licenses/by-sa/3.0/\">CC-BY-SA</a>) version 3.0 ou plus.</td></tr>" | |
| ``` | |
| ##### tr (262:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type MIME</th>",type: "html" | |
| value: "<td><code>image/avif</code></td>" | |
| ``` | |
| ##### tr (266:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extension</th>" | |
| ``` | |
| ##### td (272:4) => tableCell | |
| ``` | |
| type: "paragraph" | |
| summary: "Dans ce guide, nous aborderons les types de fichiers d'images généralement pris en charge par les navigateurs web, et nous vous donnerons des indications qui vous aideront à sélectionner les formats les plus appropriés pour l'imagerie de votre site." | |
| locale: "fr" | |
| rowIndex: 2 | |
| shouldWrap: true | |
| children: | |
| type: "link" | |
| title: | |
| url: "https://aomediacodec.github.io/av1-avif/" | |
| children: | |
| type: "text" | |
| value: "AV1 Image File Format (AVIF)" | |
| ``` | |
| ##### tr (270:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>",type: "html" | |
| value: "<td><p><a href=\"https://aomediacodec.github.io/av1-avif/\">AV1 Image File Format (AVIF)</a></p></td>" | |
| ``` | |
| ##### td (278:4) => tableCell | |
| ``` | |
| type: "list" | |
| ordered: false | |
| start: | |
| spread: false | |
| children: | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Pour Firefox 77 et ultérieur : " | |
| type: "inlineCode" | |
| value: "image.avif.enable" | |
| type: "text" | |
| value: " doit être passée à " | |
| type: "inlineCode" | |
| value: "true" | |
| type: "text" | |
| value: ". Firefox implémente pour le moment une prise en charge simple d'AVIF. Les fonctionnalités plus avancées comme les images animées ou les espaces de couleurs sont en cours de développement (voir " | |
| type: "link" | |
| title: | |
| url: "https://bugzilla.mozilla.org/show_bug.cgi?id=1682995" | |
| children: | |
| type: "text" | |
| value: "le bug 1682995" | |
| type: "text" | |
| value: ")." | |
| ``` | |
| ##### tr (276:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>",type: "html" | |
| value: "<td>Chrome 85, Opera 71 et Firefox (via <a href=\"/fr/docs/Mozilla/Firefox/Experimental_features#avif_av1_image_file_format_support\">une préférence</a>).<ul><li>Pour Firefox 77 et ultérieur : <code>image.avif.enable</code> doit être passée à <code>true</code>. Firefox implémente pour le moment une prise en charge simple d'AVIF. Les fonctionnalités plus avancées comme les images animées ou les espaces de couleurs sont en cours de développement (voir <a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=1682995\">le bug 1682995</a>).</li></ul></td>" | |
| ``` | |
| ##### tr (284:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximums</th>" | |
| ``` | |
| ##### td (290:4) => tableCell | |
| ``` | |
| type: "paragraph" | |
| summary: "Dans ce guide, nous aborderons les types de fichiers d'images généralement pris en charge par les navigateurs web, et nous vous donnerons des indications qui vous aideront à sélectionner les formats les plus appropriés pour l'imagerie de votre site." | |
| locale: "fr" | |
| rowIndex: 5 | |
| shouldWrap: true | |
| children: | |
| type: "text" | |
| value: "Voir " | |
| type: "link" | |
| title: | |
| url: "https://aomediacodec.github.io/av1-spec/av1-spec.pdf" | |
| children: | |
| type: "text" | |
| value: "AV1 Bitstream & Decoding Process Specification" | |
| type: "text" | |
| value: ", section 6.4.2 : Color config semantics.",type: "paragraph" | |
| summary: "Dans ce guide, nous aborderons les types de fichiers d'images généralement pris en charge par les navigateurs web, et nous vous donnerons des indications qui vous aideront à sélectionner les formats les plus appropriés pour l'imagerie de votre site." | |
| locale: "fr" | |
| rowIndex: 5 | |
| shouldWrap: true | |
| children: | |
| type: "text" | |
| value: "Pour résumer de façon non-exhaustive :",type: "list" | |
| ordered: false | |
| start: | |
| spread: false | |
| children: | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Modes de couleur : YUV444, YUV422, YUV420" | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Niveau de gris : YUV400" | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Bits : 8/10/12 bits" | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Prise en charge du canal alpha" | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Prise en charge des profils ICC" | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Prise en charge NCLX : sRGB, sRGB linéaire, Rec2020 linéaire, PQ Rec2020, HLG Rec2020, PQ P3, HLG P3, etc." | |
| type: "listItem" | |
| spread: false | |
| children: | |
| type: "paragraph" | |
| children: | |
| type: "text" | |
| value: "Prise en charge des tuiles" | |
| ``` | |
| ##### tr (288:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleurs supportés</th>",type: "html" | |
| value: "<td><p>Voir <a href=\"https://aomediacodec.github.io/av1-spec/av1-spec.pdf\">AV1 Bitstream & Decoding Process Specification</a>, section 6.4.2 : Color config semantics.</p><p>Pour résumer de façon non-exhaustive :</p><ul><li>Modes de couleur : YUV444, YUV422, YUV420</li><li>Niveau de gris : YUV400</li><li>Bits : 8/10/12 bits</li><li>Prise en charge du canal alpha</li><li>Prise en charge des profils ICC</li><li>Prise en charge NCLX : sRGB, sRGB linéaire, Rec2020 linéaire, PQ Rec2020, HLG Rec2020, PQ P3, HLG P3, etc.</li><li>Prise en charge des tuiles</li></ul></td>" | |
| ``` | |
| ##### tr (306:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (310:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (260:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type MIME</th><td><code>image/avif</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extension</th><td><code>.avif</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><p><a href=\"https://aomediacodec.github.io/av1-avif/\">AV1 Image File Format (AVIF)</a></p></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Chrome 85, Opera 71 et Firefox (via <a href=\"/fr/docs/Mozilla/Firefox/Experimental_features#avif_av1_image_file_format_support\">une préférence</a>).<ul><li>Pour Firefox 77 et ultérieur : <code>image.avif.enable</code> doit être passée à <code>true</code>. Firefox implémente pour le moment une prise en charge simple d'AVIF. Les fonctionnalités plus avancées comme les images animées ou les espaces de couleurs sont en cours de développement (voir <a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=1682995\">le bug 1682995</a>).</li></ul></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximums</th><td>2 147 483 647×2 147 483 647 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleurs supportés</th><td><p>Voir <a href=\"https://aomediacodec.github.io/av1-spec/av1-spec.pdf\">AV1 Bitstream & Decoding Process Specification</a>, section 6.4.2 : Color config semantics.</p><p>Pour résumer de façon non-exhaustive :</p><ul><li>Modes de couleur : YUV444, YUV422, YUV420</li><li>Niveau de gris : YUV400</li><li>Bits : 8/10/12 bits</li><li>Prise en charge du canal alpha</li><li>Prise en charge des profils ICC</li><li>Prise en charge NCLX : sRGB, sRGB linéaire, Rec2020 linéaire, PQ Rec2020, HLG Rec2020, PQ P3, HLG P3, etc.</li><li>Prise en charge des tuiles</li></ul></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Avec ou sans perte.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Pas de licence commerciale. Informations disponibles sur <a href=\"https://aomedia.org/license/\">https://aomedia.org/license/</a> .</td></tr>" | |
| ``` | |
| ##### tr (333:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/bmp</code></td>" | |
| ``` | |
| ##### tr (337:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extension(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (341:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (345:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (349:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (358:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (365:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (370:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (375:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (380:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (385:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (356:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td>1</td><td>Chaque bit représente un seul pixel, qui peut être noir ou blanc.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs représentant les composantes de couleur rouge, verte et bleue ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>2, 4, et 8</td><td>Chaque pixel est représenté par une valeur de 2, 4 ou 8 bits, qui sert d'index dans la table des couleurs.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le BMP n'a pas de format d'échelle de gris distinct.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par quatre valeurs représentant les composantes de couleur rouge, verte, bleue et alpha ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr>" | |
| ``` | |
| ##### tr (353:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur supportés</th>" | |
| ``` | |
| ##### tr (394:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (398:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (331:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/bmp</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extension(s) de fichier(s)</th><td><code>.bmp</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td>Aucune spécification ; toutefois, Microsoft fournit une documentation générale sur le format à l'adresse <a href=\"https://docs.microsoft.com/fr/windows/desktop/gdi/bitmap-storage\">docs.microsoft.com/fr/windows/desktop/gdi/bitmap-storage</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Toutes versions de Chrome, Edge, Firefox, Internet Explorer, Opera, et Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>Soit 32 767×32 767 ou 2 147 483 647×2 147 483 647 pixels, selon la version du format</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur supportés</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr></thead><tbody><tr><th scope=\"row\">Niveau de gris</th><td>1</td><td>Chaque bit représente un seul pixel, qui peut être noir ou blanc.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs représentant les composantes de couleur rouge, verte et bleue ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>2, 4, et 8</td><td>Chaque pixel est représenté par une valeur de 2, 4 ou 8 bits, qui sert d'index dans la table des couleurs.</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le BMP n'a pas de format d'échelle de gris distinct.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par quatre valeurs représentant les composantes de couleur rouge, verte, bleue et alpha ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Plusieurs méthodes de compression sont prises en charge, notamment les algorithmes avec ou sans perte</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Couvert par la promesse de spécification ouverte de Microsoft ; bien que Microsoft détienne des brevets contre la BMP, elle a publié une promesse de ne pas faire valoir ses droits de brevet tant que des conditions spécifiques sont remplies. Il ne s'agit toutefois pas d'une licence. BMP est inclus dans le format Windows Metafile (<code>.wmf</code>).</td></tr>" | |
| ``` | |
| ##### tr (423:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/gif</code></td>" | |
| ``` | |
| ##### tr (427:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extention(s) du fichier(s)</th>" | |
| ``` | |
| ##### tr (431:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (436:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (440:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (449:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode couleur</th>" | |
| ``` | |
| ##### tr (456:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (461:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (466:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (471:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (476:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (447:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td><em>n/a</em></td><td>Le GIF n'inclut pas un format de niveaux de gris spécifique.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td><em>n/a</em></td><td>Le GIF ne prend pas en charge les pixels en couleurs réelles.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>8</td><td>Chaque couleur d'une palette GIF est définie par 8 bits de rouge, de vert et de bleu (24 bits au total par pixel).</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le GIF ne fournit pas de format de niveaux de gris spécifique.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td><em>n/a</em></td><td>Le GIF ne prend pas en charge les pixels en couleurs réelles.</td></tr>" | |
| ``` | |
| ##### tr (444:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (485:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (489:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (421:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/gif</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extention(s) du fichier(s)</th><td><code>.gif</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><a href=\"https://www.w3.org/Graphics/GIF/spec-gif87.txt\">Spécification GIF87a</a><br><a href=\"https://www.w3.org/Graphics/GIF/spec-gif89a.txt\">Spécification GIF89a</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Toutes les versions de Chrome, Edge, Firefox, Internet Explorer, Opera, and Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>65 536×65 536 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Mode couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr></thead><tbody><tr><th scope=\"row\">Niveau de gris</th><td><em>n/a</em></td><td>Le GIF n'inclut pas un format de niveaux de gris spécifique.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td><em>n/a</em></td><td>Le GIF ne prend pas en charge les pixels en couleurs réelles.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>8</td><td>Chaque couleur d'une palette GIF est définie par 8 bits de rouge, de vert et de bleu (24 bits au total par pixel).</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le GIF ne fournit pas de format de niveaux de gris spécifique.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td><em>n/a</em></td><td>Le GIF ne prend pas en charge les pixels en couleurs réelles.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Sans perte (LZW)</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Alors que le format GIF lui-même est ouvert, l'algorithme de compression LZW était couvert par des brevets jusqu'au début des années 2000. Depuis le 7 juillet 2004, tous les brevets pertinents ont expiré et le format GIF peut être utilisé librement.</td></tr>" | |
| ``` | |
| ##### tr (508:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/vnd.microsoft.icon</code> (officiel), <code>image/x-icon</code> (utilisé par Microsoft)</td>" | |
| ``` | |
| ##### tr (512:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extention(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (516:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (520:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (524:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (534:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (539:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (544:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (549:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (554:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (559:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (531:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td>1</td><td>Chaque bit représente un seul pixel, qui peut être noir ou blanc.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs représentant les composantes de couleur rouge, verte et bleue ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>2, 4, et 8</td><td>Chaque pixel est représenté par une valeur de 2, 4 ou 8 bits, qui sert d'index dans la table des couleurs.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le BMP n'a pas de format d'échelle de gris distinct.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par quatre valeurs représentant les composantes de couleur rouge, verte, bleue et alpha ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr>" | |
| ``` | |
| ##### tr (570:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (575:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (580:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (585:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (590:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (595:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (567:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td>1, 2, 4, 8 et 16</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs de <em>D</em>-bit indiquant le niveau des composantes de couleur rouge, verte et bleue.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>1, 2, 4 et 8</td><td>Chaque pixel est une valeur de <em>D</em>-bit indiquant un index dans une palette de couleurs qui est contenue dans un morceau de <code><a href=\"https://www.w3.org/TR/PNG/#11PLTE\">PLTE</a></code> dans le fichier APNG ; les couleurs de la palette utilisent toutes une profondeur de 8 bits.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par deux valeurs <em>D</em>-bit : l'intensité du pixel en niveaux de gris et un échantillon alpha, indiquant le degré d'opacification du pixel.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est composé de quatre composantes de couleur <em>D</em>-pixel : rouge, vert, bleu, et l'échantillon alpha indiquant le degré d'opacité du pixel.</td></tr>" | |
| ``` | |
| ##### tr (528:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (604:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (608:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (506:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/vnd.microsoft.icon</code> (officiel), <code>image/x-icon</code> (utilisé par Microsoft)</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extention(s) de fichier(s)</th><td><code>.ico</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Toutes les versions de Chrome, Edge, Firefox, Internet Explorer, Opera et Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>256×256 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td><table class=\"standard-table\"><caption>Icônes au format BMP</caption><tbody><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr><tr><th scope=\"row\">Niveau de gris</th><td>1</td><td>Chaque bit représente un seul pixel, qui peut être noir ou blanc.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs représentant les composantes de couleur rouge, verte et bleue ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>2, 4, et 8</td><td>Chaque pixel est représenté par une valeur de 2, 4 ou 8 bits, qui sert d'index dans la table des couleurs.</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le BMP n'a pas de format d'échelle de gris distinct.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par quatre valeurs représentant les composantes de couleur rouge, verte, bleue et alpha ; chacune d'entre elles est constituée de <em>D</em> bits.</td></tr></tbody></table><table class=\"standard-table\"><caption>Icônes au format PNG</caption><tbody><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr><tr><th scope=\"row\">Niveau de gris</th><td>1, 2, 4, 8 et 16</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs de <em>D</em>-bit indiquant le niveau des composantes de couleur rouge, verte et bleue.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>1, 2, 4 et 8</td><td>Chaque pixel est une valeur de <em>D</em>-bit indiquant un index dans une palette de couleurs qui est contenue dans un morceau de <code><a href=\"https://www.w3.org/TR/PNG/#11PLTE\">PLTE</a></code> dans le fichier APNG ; les couleurs de la palette utilisent toutes une profondeur de 8 bits.</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par deux valeurs <em>D</em>-bit : l'intensité du pixel en niveaux de gris et un échantillon alpha, indiquant le degré d'opacification du pixel.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est composé de quatre composantes de couleur <em>D</em>-pixel : rouge, vert, bleu, et l'échantillon alpha indiquant le degré d'opacité du pixel.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Les icônes au format BMP utilisent presque toujours une compression sans perte, mais des méthodes avec perte sont disponibles. Les icônes au format PNG sont toujours compressées sans perte.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>—</td></tr>" | |
| ``` | |
| ##### tr (623:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/jpeg</code></td>" | |
| ``` | |
| ##### tr (627:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extentions(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (631:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (635:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (639:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (648:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (655:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (660:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (665:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (670:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (675:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (646:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td><em>n/a</em></td><td>Le JPEG n'a pas de mode d'échelle de gris distinct.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8</td><td>Chaque pixel est décrit par les composantes de couleur rouge, bleue et verte, chacune d'entre elles étant composée de 8 bits.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td><em>n/a</em></td><td>Le JPEG n'offre pas de mode couleur indexé.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le JPEG ne prend pas en charge un canal alpha.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td><em>n/a</em></td><td>Le JPEG ne prend pas en charge un canal alpha.</td></tr>" | |
| ``` | |
| ##### tr (643:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (684:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (688:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (621:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/jpeg</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extentions(s) de fichier(s)</th><td><code>.jpg</code>, <code>.jpeg</code>, <code>.jpe</code>, <code>.jif</code>, <code>.jfif</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><a href=\"https://jpeg.org/jpeg/\">jpeg.org/jpeg/</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Toutes les versions de Chrome, Edge, Firefox, Internet Explorer, Opera et Safari</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>65 535×65 535 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr></thead><tbody><tr><th scope=\"row\">Niveau de gris</th><td><em>n/a</em></td><td>Le JPEG n'a pas de mode d'échelle de gris distinct.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8</td><td>Chaque pixel est décrit par les composantes de couleur rouge, bleue et verte, chacune d'entre elles étant composée de 8 bits.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td><em>n/a</em></td><td>Le JPEG n'offre pas de mode couleur indexé.</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td><em>n/a</em></td><td>Le JPEG ne prend pas en charge un canal alpha.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td><em>n/a</em></td><td>Le JPEG ne prend pas en charge un canal alpha.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Sans perte; sur la base de la <a href=\"https://fr.wikipedia.org/wiki/Transform%C3%A9e_en_cosinus_discr%C3%A8te\">transformée en cosinus discrète</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Depuis le 27 octobre 2006, tous les brevets américains ont expiré.</td></tr>" | |
| ``` | |
| ##### tr (703:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/png</code></td>" | |
| ``` | |
| ##### tr (707:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extension(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (711:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (720:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Fonctionnalité</th>" | |
| ``` | |
| ##### tr (731:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Support de base</th>" | |
| ``` | |
| ##### tr (741:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Canal Alpha</th>" | |
| ``` | |
| ##### tr (751:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Correction gamma</th>" | |
| ``` | |
| ##### tr (760:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Correction des couleurs</th>" | |
| ``` | |
| ##### tr (769:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Entrelacement</th>" | |
| ``` | |
| ##### table.standard-table (718:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Fonctionnalité</th><th scope=\"col\">Chrome</th><th scope=\"col\">Edge</th><th scope=\"col\">Firefox</th><th scope=\"col\">Internet Explorer</th><th scope=\"col\">Opera</th><th scope=\"col\">Safari</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Support de base</th><td>1</td><td>12</td><td>1</td><td>5</td><td>3.5.1 (Presto)<br>15 (Blink)</td><td>1</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Canal Alpha</th><td>1</td><td>12</td><td>1</td><td>5</td><td>6 (Presto)<br>Toute (Blink)</td><td>1</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Correction gamma</th><td>non</td><td>oui</td><td>1</td><td>8</td><td>1</td><td>cassé</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Correction des couleurs</th><td>non</td><td>oui</td><td>3</td><td>9</td><td>non</td><td>non</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Entrelacement</th><td>non</td><td>?</td><td>1</td><td>cassé</td><td>3.5.1</td><td>non</td></tr>" | |
| ``` | |
| ##### tr (715:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Comptabilité des navigateurs</th>" | |
| ``` | |
| ##### tr (782:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (791:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (798:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris</th>" | |
| ``` | |
| ##### tr (803:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (808:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (813:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveau de gris avec alpha</th>" | |
| ``` | |
| ##### tr (818:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (789:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris</th><td>1, 2, 4, 8 et 16</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs de <em>D</em>-bit indiquant le niveau des composantes de couleur rouge, verte et bleue.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>1, 2, 4 et 8</td><td>Chaque pixel est une valeur de bit <em>D</em> indiquant un index dans une palette de couleurs qui est contenue dans un morceau de <code><a href=\"https://www.w3.org/TR/PNG/#11PLTE\">PLTE</a></code> dans le fichier APNG ; les couleurs de la palette utilisent toutes une profondeur de 8 bits.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveau de gris avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par deux valeurs <em>D</em>-bit : l'intensité du pixel en niveaux de gris et un échantillon alpha, indiquant le degré d'opacification du pixel.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est composé de quatre composantes de couleur <em>D</em>-pixel : rouge, vert, bleu, et l'échantillon alpha indiquant le degré d'opacité du pixel.</td></tr>" | |
| ``` | |
| ##### tr (786:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (827:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (831:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (701:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/png</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extension(s) de fichier(s)</th><td><code>.png</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><a href=\"https://www.w3.org/TR/PNG\">w3.org/TR/PNG</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Comptabilité des navigateurs</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Fonctionnalité</th><th scope=\"col\">Chrome</th><th scope=\"col\">Edge</th><th scope=\"col\">Firefox</th><th scope=\"col\">Internet Explorer</th><th scope=\"col\">Opera</th><th scope=\"col\">Safari</th></tr></thead><tbody><tr><th scope=\"row\">Support de base</th><td>1</td><td>12</td><td>1</td><td>5</td><td>3.5.1 (Presto)<br>15 (Blink)</td><td>1</td></tr><tr><th scope=\"row\">Canal Alpha</th><td>1</td><td>12</td><td>1</td><td>5</td><td>6 (Presto)<br>Toute (Blink)</td><td>1</td></tr><tr><th scope=\"row\">Correction gamma</th><td>non</td><td>oui</td><td>1</td><td>8</td><td>1</td><td>cassé</td></tr><tr><th scope=\"row\">Correction des couleurs</th><td>non</td><td>oui</td><td>3</td><td>9</td><td>non</td><td>non</td></tr><tr><th scope=\"row\">Entrelacement</th><td>non</td><td>?</td><td>1</td><td>cassé</td><td>3.5.1</td><td>non</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>2 147 483 647×2 147 483 647 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr></thead><tbody><tr><th scope=\"row\">Niveau de gris</th><td>1, 2, 4, 8 et 16</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8 et 16</td><td>Chaque pixel est représenté par trois valeurs de <em>D</em>-bit indiquant le niveau des composantes de couleur rouge, verte et bleue.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>1, 2, 4 et 8</td><td>Chaque pixel est une valeur de bit <em>D</em> indiquant un index dans une palette de couleurs qui est contenue dans un morceau de <code><a href=\"https://www.w3.org/TR/PNG/#11PLTE\">PLTE</a></code> dans le fichier APNG ; les couleurs de la palette utilisent toutes une profondeur de 8 bits.</td></tr><tr><th scope=\"row\">Niveau de gris avec alpha</th><td>8 et 16</td><td>Chaque pixel est représenté par deux valeurs <em>D</em>-bit : l'intensité du pixel en niveaux de gris et un échantillon alpha, indiquant le degré d'opacification du pixel.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8 et 16</td><td>Chaque pixel est composé de quatre composantes de couleur <em>D</em>-pixel : rouge, vert, bleu, et l'échantillon alpha indiquant le degré d'opacité du pixel.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Couleur sans perte, éventuellement indexée comme le GIF</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>©2003 <a href=\"https://www.w3.org/\">W3C</a>® (<a href=\"https://www.lcs.mit.edu/\">MIT</a>, <a href=\"https://www.ercim.org/\">ERCIM</a>, <a href=\"https://www.keio.ac.jp/\">Keio</a>), Tous Droits Réservés. Les règles du W3C en matière de <a href=\"https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer\">responsabilité</a>, de <a href=\"https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks\">marque commerciale</a>, d'<a href=\"https://www.w3.org/Consortium/Legal/copyright-documents\">utilisation des documents</a> et de <a href=\"https://www.w3.org/Consortium/Legal/copyright-software\">licences de logiciels</a> s'appliquent. Pas de brevets porteurs de royalties connus.</td></tr>" | |
| ``` | |
| ##### tr (859:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/svg+xml</code></td>" | |
| ``` | |
| ##### tr (863:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extension(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (867:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Specification</th>" | |
| ``` | |
| ##### tr (876:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Fonctionnalité</th>" | |
| ``` | |
| ##### tr (887:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Le support du SVG</th>" | |
| ``` | |
| ##### tr (897:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">SVG comme image (<a href=\"/fr/docs/Web/HTML/Element/Img\"><code><img></code></a> etc)</th>" | |
| ``` | |
| ##### table.standard-table (874:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Fonctionnalité</th><th scope=\"col\">Chrome</th><th scope=\"col\">Edge</th><th scope=\"col\">Firefox</th><th scope=\"col\">Internet Explorer</th><th scope=\"col\">Opera</th><th scope=\"col\">Safari</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Le support du SVG</th><td>4</td><td>12</td><td>3</td><td>9</td><td>10 (Presto)<br>15 (Blink)</td><td>3.2</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">SVG comme image (<a href=\"/fr/docs/Web/HTML/Element/Img\"><code><img></code></a> etc)</th><td>28</td><td>12</td><td>4</td><td>9</td><td>10 (Presto)<br>15 (Blink)</td><td>9</td></tr>" | |
| ``` | |
| ##### tr (871:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (911:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (915:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (919:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (923:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (857:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/svg+xml</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extension(s) de fichier(s)</th><td><code>.svg</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Specification</th><td><a href=\"https://www.w3.org/TR/SVG2\">w3.org/TR/SVG2</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Fonctionnalité</th><th scope=\"col\">Chrome</th><th scope=\"col\">Edge</th><th scope=\"col\">Firefox</th><th scope=\"col\">Internet Explorer</th><th scope=\"col\">Opera</th><th scope=\"col\">Safari</th></tr></thead><tbody><tr><th scope=\"row\">Le support du SVG</th><td>4</td><td>12</td><td>3</td><td>9</td><td>10 (Presto)<br>15 (Blink)</td><td>3.2</td></tr><tr><th scope=\"row\">SVG comme image (<a href=\"/fr/docs/Web/HTML/Element/Img\"><code><img></code></a> etc)</th><td>28</td><td>12</td><td>4</td><td>9</td><td>10 (Presto)<br>15 (Blink)</td><td>9</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>Illimité</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td>Les couleurs en SVG sont spécifiées à l'aide de <a href=\"/fr/docs/Web/CSS/color_value\">syntaxe de couleur CSS</a>.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>La source SVG peut être compressée pendant le transit en utilisant les techniques de <a href=\"/fr/docs/Web/HTTP/Compression\">compression HTTP</a>, ou sur disque en tant que fichier <code>.svgz</code>.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>©2018 <a href=\"https://www.w3.org/\">W3C</a>® (<a href=\"https://www.lcs.mit.edu/\">MIT</a>, <a href=\"https://www.ercim.org/\">ERCIM</a>, <a href=\"https://www.keio.ac.jp/\">Keio</a>, <a href=\"https://ev.buaa.edu.cn/\">Beihang</a>), Tous Droits Réservés. Les règles du W3C en matière de <a href=\"https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer\">responsabilité</a>, de <a href=\"https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks\">marque commerciale</a>, d'<a href=\"https://www.w3.org/Consortium/Legal/copyright-documents\">utilisation des documents</a> et de <a href=\"https://www.w3.org/Consortium/Legal/copyright-software\">licences de logiciels</a> s'appliquent. Pas de brevets porteurs de royalties connus.</td></tr>" | |
| ``` | |
| ##### tr (990:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/tiff</code></td>" | |
| ``` | |
| ##### tr (994:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extension(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (998:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (1002:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (1006:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (1015:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (1020:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Bilevel</th>" | |
| ``` | |
| ##### tr (1025:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveaux de gris</th>" | |
| ``` | |
| ##### tr (1030:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (1035:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (1040:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveaux de gris avec alpha</th>" | |
| ``` | |
| ##### tr (1045:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (1013:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Bilevel</th><td>1</td><td>Un TIFF à deux niveaux stocke 8 bits dans chaque octet, un bit par pixel. Le champ <code>PhotometricInterpretation</code> indique lequel de 0 et 1 est noir et lequel est blanc.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveaux de gris</th><td>4 et 8</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td>8</td><td>Toutes les images RVB en couleurs réelles sont stockées en utilisant 8 bits de rouge, de vert et de bleu.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td>4 et 8</td><td>Chaque pixel est un index dans un enregistrement <code>ColorMap</code>, qui définit les couleurs utilisées dans l'image. La carte des couleurs répertorie toutes les valeurs de rouge, puis toutes les valeurs de vert, puis toutes les valeurs de bleu (plutôt que <code>rgb</code>, <code>rgb</code>, <code>rgb...</code>).</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveaux de gris avec alpha</th><td>4 et 8</td><td>L'information alpha est ajoutée en spécifiant qu'il y a plus de 3 échantillons par pixel dans le champ <code>SamplesPerPixel</code>, et en indiquant le type d'alpha (1 pour une composante alpha pré-multipliée associée, et 2 pour une alpha non associée (une couche séparée) ; cependant, les canaux alpha sont rarement utilisés dans les fichiers TIFF et peuvent ne pas être pris en charge par le logiciel de l'utilisateur.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8</td><td>L'information alpha est ajoutée en spécifiant qu'il y a plus de 3 échantillons par pixel dans le champ <code>SamplesPerPixel</code>, et en indiquant le type d'alpha (1 pour une composante alpha pré-multipliée associée, et 2 pour une alpha non associée (une couche séparée) ; cependant, les canaux alpha sont rarement utilisés dans les fichiers TIFF et peuvent ne pas être pris en charge par le logiciel de l'utilisateur.</td></tr>" | |
| ``` | |
| ##### tr (1010:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (1054:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (1058:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (988:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/tiff</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extension(s) de fichier(s)</th><td><code>.tif</code>, <code>.tiff</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><a href=\"https://www.adobe.io/open/standards/TIFF.html\">adobe.io/open/standards/TIFF.html</a></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Aucun navigateur n'intègre la prise en charge du TIFF ; son intérêt réside dans le fait qu'il peut être téléchargé</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>4 294 967 295×4 294 967 295 pixels (théoriquement)</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td><table class=\"standard-table\"><tbody><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composante (<em>D</em>)</th><th scope=\"col\">Description</th></tr><tr><th scope=\"row\">Bilevel</th><td>1</td><td>Un TIFF à deux niveaux stocke 8 bits dans chaque octet, un bit par pixel. Le champ <code>PhotometricInterpretation</code> indique lequel de 0 et 1 est noir et lequel est blanc.</td></tr><tr><th scope=\"row\">Niveaux de gris</th><td>4 et 8</td><td>Chaque pixel est constitué d'une seule valeur <em>D</em>-bit indiquant la luminosité du pixel en niveaux de gris.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td>8</td><td>Toutes les images RVB en couleurs réelles sont stockées en utilisant 8 bits de rouge, de vert et de bleu.</td></tr><tr><th scope=\"row\">Couleur indexée</th><td>4 et 8</td><td>Chaque pixel est un index dans un enregistrement <code>ColorMap</code>, qui définit les couleurs utilisées dans l'image. La carte des couleurs répertorie toutes les valeurs de rouge, puis toutes les valeurs de vert, puis toutes les valeurs de bleu (plutôt que <code>rgb</code>, <code>rgb</code>, <code>rgb...</code>).</td></tr><tr><th scope=\"row\">Niveaux de gris avec alpha</th><td>4 et 8</td><td>L'information alpha est ajoutée en spécifiant qu'il y a plus de 3 échantillons par pixel dans le champ <code>SamplesPerPixel</code>, et en indiquant le type d'alpha (1 pour une composante alpha pré-multipliée associée, et 2 pour une alpha non associée (une couche séparée) ; cependant, les canaux alpha sont rarement utilisés dans les fichiers TIFF et peuvent ne pas être pris en charge par le logiciel de l'utilisateur.</td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td>8</td><td>L'information alpha est ajoutée en spécifiant qu'il y a plus de 3 échantillons par pixel dans le champ <code>SamplesPerPixel</code>, et en indiquant le type d'alpha (1 pour une composante alpha pré-multipliée associée, et 2 pour une alpha non associée (une couche séparée) ; cependant, les canaux alpha sont rarement utilisés dans les fichiers TIFF et peuvent ne pas être pris en charge par le logiciel de l'utilisateur.</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>La plupart des fichiers TIFF ne sont pas compressés, mais les PackBits sans perte et la compression LZW sont pris en charge, tout comme la compression JPEG avec perte.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Aucune licence n'est requise (à l'exception de celles associées aux bibliothèques que vous pourriez utiliser) ; tous les brevets connus ont expiré.</td></tr>" | |
| ``` | |
| ##### tr (1075:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/webp</code></td>" | |
| ``` | |
| ##### tr (1079:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extention(s) de fichier(s)</th>" | |
| ``` | |
| ##### td (1085:4) => tableCell | |
| ``` | |
| type: "paragraph" | |
| summary: "Dans ce guide, nous aborderons les types de fichiers d'images généralement pris en charge par les navigateurs web, et nous vous donnerons des indications qui vous aideront à sélectionner les formats les plus appropriés pour l'imagerie de votre site." | |
| locale: "fr" | |
| rowIndex: 2 | |
| shouldWrap: true | |
| children: | |
| type: "link" | |
| title: | |
| url: "https://developers.google.com/speed/webp/docs/riff_container" | |
| children: | |
| type: "text" | |
| value: "Spécification des conteneurs RIFF" | |
| type: "text" | |
| value: " (en)" | |
| type: "break" | |
| type: "link" | |
| title: | |
| url: "https://datatracker.ietf.org/doc/html/rfc6386" | |
| children: | |
| type: "text" | |
| value: "RFC 6386 - Format des données VP8 et guide de décodage" | |
| type: "text" | |
| value: " (en) (encodage avec perte)" | |
| type: "break" | |
| type: "link" | |
| title: | |
| url: "https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification" | |
| children: | |
| type: "text" | |
| value: "Spécification du flux binaire sans perte WebP" | |
| type: "text" | |
| value: " (en)" | |
| ``` | |
| ##### tr (1083:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>",type: "html" | |
| value: "<td><p><a href=\"https://developers.google.com/speed/webp/docs/riff_container\">Spécification des conteneurs RIFF</a> (en)<br><a href=\"https://datatracker.ietf.org/doc/html/rfc6386\">RFC 6386 - Format des données VP8 et guide de décodage</a> (en) (encodage avec perte)<br><a href=\"https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification\">Spécification du flux binaire sans perte WebP</a> (en)</p></td>" | |
| ``` | |
| ##### tr (1096:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Feature</th>" | |
| ``` | |
| ##### tr (1105:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Supprt de WebP avec perte</th>" | |
| ``` | |
| ##### tr (1115:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">WebP sans perte</th>" | |
| ``` | |
| ##### tr (1126:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Animation</th>" | |
| ``` | |
| ##### table.standard-table (1094:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Feature</th><th scope=\"col\">Chrome</th><th scope=\"col\">Edge</th><th scope=\"col\">Firefox</th><th scope=\"col\">Internet Explorer</th><th scope=\"col\">Opera</th><th scope=\"col\">Safari</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Supprt de WebP avec perte</th><td>17</td><td>18</td><td>65</td><td>non</td><td>11.10 (Presto)<br>15 (Blink)</td><td>non</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">WebP sans perte</th><td>23<br>25 sur Android</td><td>18</td><td>65</td><td>non</td><td>12.10 (Presto)<br>15 (Blink)</td><td>non</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Animation</th><td>32</td><td>18</td><td>65</td><td>non</td><td>19 (Blink)</td><td>non</td></tr>" | |
| ``` | |
| ##### tr (1091:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (1139:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (1143:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (1147:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (1151:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (1073:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/webp</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extention(s) de fichier(s)</th><td><code>.webp</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td><p><a href=\"https://developers.google.com/speed/webp/docs/riff_container\">Spécification des conteneurs RIFF</a> (en)<br><a href=\"https://datatracker.ietf.org/doc/html/rfc6386\">RFC 6386 - Format des données VP8 et guide de décodage</a> (en) (encodage avec perte)<br><a href=\"https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification\">Spécification du flux binaire sans perte WebP</a> (en)</p></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td><table class=\"standard-table\"><tbody><tr><th scope=\"row\">Feature</th><th scope=\"col\">Chrome</th><th scope=\"col\">Edge</th><th scope=\"col\">Firefox</th><th scope=\"col\">Internet Explorer</th><th scope=\"col\">Opera</th><th scope=\"col\">Safari</th></tr><tr><th scope=\"row\">Supprt de WebP avec perte</th><td>17</td><td>18</td><td>65</td><td>non</td><td>11.10 (Presto)<br>15 (Blink)</td><td>non</td></tr><tr><th scope=\"row\">WebP sans perte</th><td>23<br>25 sur Android</td><td>18</td><td>65</td><td>non</td><td>12.10 (Presto)<br>15 (Blink)</td><td>non</td></tr><tr><th scope=\"row\">Animation</th><td>32</td><td>18</td><td>65</td><td>non</td><td>19 (Blink)</td><td>non</td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>16 383×16 383 pixels</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td>WebP avec perte stocke l'image au format 8 bits Y'CbCr 4:2:0 (YUV420). WebP sans perte utilise la couleur ARGB 8 bits, chaque composant prenant 8 bits pour un total de 32 bits par pixel.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Sans perte (Huffman, LZ77, ou codes de cache couleur) ou avec perte (VP8).</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Aucune licence n'est requise ; le code source est librement accessible.</td></tr>" | |
| ``` | |
| ##### tr (1175:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Type de MIME</th>",type: "html" | |
| value: "<td><code>image/xbm</code>, <code>image-xbitmap</code></td>" | |
| ``` | |
| ##### tr (1179:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Extension(s) de fichier(s)</th>" | |
| ``` | |
| ##### tr (1183:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Spécification</th>" | |
| ``` | |
| ##### tr (1187:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compatibilité des navigateurs</th>" | |
| ``` | |
| ##### tr (1191:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Dimensions maximales</th>" | |
| ``` | |
| ##### tr (1200:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Mode de couleur</th>" | |
| ``` | |
| ##### tr (1207:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveaux de gris</th>" | |
| ``` | |
| ##### tr (1212:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur</th>" | |
| ``` | |
| ##### tr (1217:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Couleur indexée</th>" | |
| ``` | |
| ##### tr (1222:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Niveaux de gris avec alpha</th>" | |
| ``` | |
| ##### tr (1227:7) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Vraie couleur avec alpha</th>" | |
| ``` | |
| ##### table.standard-table (1198:5) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composantes</th><th scope=\"col\">Description</th></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveaux de gris</th><td>1</td><td>Chaque octet contient huit pixels de 1 bit.</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur</th><td><em>n/a</em></td><td><em>n/a</em></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Couleur indexée</th><td><em>n/a</em></td><td><em>n/a</em></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Niveaux de gris avec alpha</th><td><em>n/a</em></td><td><em>n/a</em></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Vraie couleur avec alpha</th><td><em>n/a</em></td><td><em>n/a</em></td></tr>" | |
| ``` | |
| ##### tr (1195:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Modes de couleur pris en charge</th>" | |
| ``` | |
| ##### tr (1236:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Compression</th>" | |
| ``` | |
| ##### tr (1240:3) => tableRow | |
| ``` | |
| type: "html" | |
| value: "<th scope=\"row\">Licence</th>" | |
| ``` | |
| ##### table.standard-table (1173:1) => table | |
| ``` | |
| type: "html" | |
| value: "<tr><th scope=\"row\">Type de MIME</th><td><code>image/xbm</code>, <code>image-xbitmap</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Extension(s) de fichier(s)</th><td><code>.xbm</code></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Spécification</th><td>Aucune</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compatibilité des navigateurs</th><td>Firefox 1 à 3.5, Internet Explorer 1 à 5</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Dimensions maximales</th><td>Illimitée</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Modes de couleur pris en charge</th><td><table class=\"standard-table\"><thead><tr><th scope=\"row\">Mode de couleur</th><th scope=\"col\">Bits par composantes</th><th scope=\"col\">Description</th></tr></thead><tbody><tr><th scope=\"row\">Niveaux de gris</th><td>1</td><td>Chaque octet contient huit pixels de 1 bit.</td></tr><tr><th scope=\"row\">Vraie couleur</th><td><em>n/a</em></td><td><em>n/a</em></td></tr><tr><th scope=\"row\">Couleur indexée</th><td><em>n/a</em></td><td><em>n/a</em></td></tr><tr><th scope=\"row\">Niveaux de gris avec alpha</th><td><em>n/a</em></td><td><em>n/a</em></td></tr><tr><th scope=\"row\">Vraie couleur avec alpha</th><td><em>n/a</em></td><td><em>n/a</em></td></tr></tbody></table></td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Compression</th><td>Sans pertes</td></tr>",type: "html" | |
| value: "<tr><th scope=\"row\">Licence</th><td>Open source</td></tr>" | |
| ``` | |
| ### Missing conversion rules | |
| - th[scope="row"] (42:4) | |
| - th[scope="row"] (43:4) | |
| - th[scope="row"] (52:4) | |
| - th[scope="row"] (53:4) | |
| - th[scope="row"] (60:5) | |
| - th[scope="row"] (61:5) | |
| - th[scope="row"] (68:4) | |
| - th[scope="row"] (69:4) | |
| - th[scope="row"] (76:4) | |
| - th[scope="row"] (77:4) | |
| - th[scope="row"] (84:4) | |
| - th[scope="row"] (85:4) | |
| - th[scope="row"] (92:4) | |
| - th[scope="row"] (93:4) | |
| - th[scope="row"] (100:4) | |
| - th[scope="row"] (101:4) | |
| - th[scope="row"] (118:6) | |
| - th[scope="row"] (119:6) | |
| - th[scope="row"] (127:7) | |
| - th[scope="row"] (128:7) | |
| - th[scope="row"] (134:7) | |
| - th[scope="row"] (135:7) | |
| - th[scope="row"] (141:7) | |
| - th[scope="row"] (142:7) | |
| - th[scope="row"] (167:4) | |
| - td (168:4) | |
| - th[scope="row"] (171:4) | |
| - th[scope="row"] (175:4) | |
| - th[scope="row"] (179:4) | |
| - th[scope="row"] (183:4) | |
| - th[scope="row"] (187:4) | |
| - th[scope="row"] (192:8) | |
| - th[scope="row"] (199:8) | |
| - th[scope="row"] (204:8) | |
| - th[scope="row"] (209:8) | |
| - th[scope="row"] (214:8) | |
| - th[scope="row"] (219:8) | |
| - th[scope="row"] (228:4) | |
| - th[scope="row"] (232:4) | |
| - th[scope="row"] (263:4) | |
| - td (264:4) | |
| - th[scope="row"] (267:4) | |
| - th[scope="row"] (271:4) | |
| - th[scope="row"] (277:4) | |
| - th[scope="row"] (285:4) | |
| - th[scope="row"] (289:4) | |
| - th[scope="row"] (307:4) | |
| - th[scope="row"] (311:4) | |
| - th[scope="row"] (334:4) | |
| - td (335:4) | |
| - th[scope="row"] (338:4) | |
| - th[scope="row"] (342:4) | |
| - th[scope="row"] (346:4) | |
| - th[scope="row"] (350:4) | |
| - th[scope="row"] (354:4) | |
| - th[scope="row"] (359:8) | |
| - th[scope="row"] (366:8) | |
| - th[scope="row"] (371:8) | |
| - th[scope="row"] (376:8) | |
| - th[scope="row"] (381:8) | |
| - th[scope="row"] (386:8) | |
| - th[scope="row"] (395:4) | |
| - th[scope="row"] (399:4) | |
| - th[scope="row"] (424:4) | |
| - td (425:4) | |
| - th[scope="row"] (428:4) | |
| - th[scope="row"] (432:4) | |
| - th[scope="row"] (437:4) | |
| - th[scope="row"] (441:4) | |
| - th[scope="row"] (445:4) | |
| - th[scope="row"] (450:8) | |
| - th[scope="row"] (457:8) | |
| - th[scope="row"] (462:8) | |
| - th[scope="row"] (467:8) | |
| - th[scope="row"] (472:8) | |
| - th[scope="row"] (477:8) | |
| - th[scope="row"] (486:4) | |
| - th[scope="row"] (490:4) | |
| - th[scope="row"] (509:4) | |
| - td (510:4) | |
| - th[scope="row"] (513:4) | |
| - th[scope="row"] (517:4) | |
| - th[scope="row"] (521:4) | |
| - th[scope="row"] (525:4) | |
| - th[scope="row"] (529:4) | |
| - th[scope="row"] (535:8) | |
| - th[scope="row"] (540:8) | |
| - th[scope="row"] (545:8) | |
| - th[scope="row"] (550:8) | |
| - th[scope="row"] (555:8) | |
| - th[scope="row"] (560:8) | |
| - th[scope="row"] (571:8) | |
| - th[scope="row"] (576:8) | |
| - th[scope="row"] (581:8) | |
| - th[scope="row"] (586:8) | |
| - th[scope="row"] (591:8) | |
| - th[scope="row"] (596:8) | |
| - th[scope="row"] (605:4) | |
| - th[scope="row"] (609:4) | |
| - th[scope="row"] (624:4) | |
| - td (625:4) | |
| - th[scope="row"] (628:4) | |
| - th[scope="row"] (632:4) | |
| - th[scope="row"] (636:4) | |
| - th[scope="row"] (640:4) | |
| - th[scope="row"] (644:4) | |
| - th[scope="row"] (649:8) | |
| - th[scope="row"] (656:8) | |
| - th[scope="row"] (661:8) | |
| - th[scope="row"] (666:8) | |
| - th[scope="row"] (671:8) | |
| - th[scope="row"] (676:8) | |
| - th[scope="row"] (685:4) | |
| - th[scope="row"] (689:4) | |
| - th[scope="row"] (704:4) | |
| - td (705:4) | |
| - th[scope="row"] (708:4) | |
| - th[scope="row"] (712:4) | |
| - th[scope="row"] (716:4) | |
| - th[scope="row"] (721:8) | |
| - th[scope="row"] (732:8) | |
| - th[scope="row"] (742:8) | |
| - th[scope="row"] (752:8) | |
| - th[scope="row"] (761:8) | |
| - th[scope="row"] (770:8) | |
| - th[scope="row"] (783:4) | |
| - th[scope="row"] (787:4) | |
| - th[scope="row"] (792:8) | |
| - th[scope="row"] (799:8) | |
| - th[scope="row"] (804:8) | |
| - th[scope="row"] (809:8) | |
| - th[scope="row"] (814:8) | |
| - th[scope="row"] (819:8) | |
| - th[scope="row"] (828:4) | |
| - th[scope="row"] (832:4) | |
| - th[scope="row"] (860:4) | |
| - td (861:4) | |
| - th[scope="row"] (864:4) | |
| - th[scope="row"] (868:4) | |
| - th[scope="row"] (872:4) | |
| - th[scope="row"] (877:8) | |
| - th[scope="row"] (888:8) | |
| - th[scope="row"] (898:8) | |
| - th[scope="row"] (912:4) | |
| - th[scope="row"] (916:4) | |
| - th[scope="row"] (920:4) | |
| - th[scope="row"] (924:4) | |
| - th[scope="row"] (991:4) | |
| - td (992:4) | |
| - th[scope="row"] (995:4) | |
| - th[scope="row"] (999:4) | |
| - th[scope="row"] (1003:4) | |
| - th[scope="row"] (1007:4) | |
| - th[scope="row"] (1011:4) | |
| - th[scope="row"] (1016:8) | |
| - th[scope="row"] (1021:8) | |
| - th[scope="row"] (1026:8) | |
| - th[scope="row"] (1031:8) | |
| - th[scope="row"] (1036:8) | |
| - th[scope="row"] (1041:8) | |
| - th[scope="row"] (1046:8) | |
| - th[scope="row"] (1055:4) | |
| - th[scope="row"] (1059:4) | |
| - th[scope="row"] (1076:4) | |
| - td (1077:4) | |
| - th[scope="row"] (1080:4) | |
| - th[scope="row"] (1084:4) | |
| - th[scope="row"] (1092:4) | |
| - th[scope="row"] (1097:8) | |
| - th[scope="row"] (1106:8) | |
| - th[scope="row"] (1116:8) | |
| - th[scope="row"] (1127:8) | |
| - th[scope="row"] (1140:4) | |
| - th[scope="row"] (1144:4) | |
| - th[scope="row"] (1148:4) | |
| - th[scope="row"] (1152:4) | |
| - th[scope="row"] (1176:4) | |
| - td (1177:4) | |
| - th[scope="row"] (1180:4) | |
| - th[scope="row"] (1184:4) | |
| - th[scope="row"] (1188:4) | |
| - th[scope="row"] (1192:4) | |
| - th[scope="row"] (1196:4) | |
| - th[scope="row"] (1201:8) | |
| - th[scope="row"] (1208:8) | |
| - th[scope="row"] (1213:8) | |
| - th[scope="row"] (1218:8) | |
| - th[scope="row"] (1223:8) | |
| - th[scope="row"] (1228:8) | |
| - th[scope="row"] (1237:4) | |
| - th[scope="row"] (1241:4) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment