diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/raster_image/index.html | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/raster_image/index.html')
-rw-r--r-- | files/fr/glossary/raster_image/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/files/fr/glossary/raster_image/index.html b/files/fr/glossary/raster_image/index.html deleted file mode 100644 index 66c94d974a..0000000000 --- a/files/fr/glossary/raster_image/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Image matricielle -slug: Glossary/Raster_image -tags: - - Glossaire - - Images -translation_of: Glossary/Raster_image -original_slug: Glossaire/Image_matricielle ---- -<p>Une image matricielle (<em>raster</em>) est un fichier image défini comme une grille de pixels. Elles sont également appelées des "cartes de points" (<em>bitmaps</em>). Les formats d'image matricielle communs sur le web sont <a href="/fr/docs/Glossary/jpeg">JPEG</a>, <a href="/fr/docs/Glossary/PNG">PNG</a>, <a href="/fr/docs/Glossary/gif">GIF</a> et <a href="https://en.wikipedia.org/wiki/ICO_(file_format)">ICO</a>.</p> - -<p>Les fichiers d'image matricielle contiennent généralement un ensemble de dimensions, mais les formats ICO et CUR, utilisés pour les favicons et les <a href="/fr/docs/Web/CSS/cursor">images de la propriété cursor en CSS</a>, peuvent contenir plusieurs tailles.</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li>{{glossary("Vector images","Image vectorielle")}}</li> - <li>{{Interwiki("wikipedia","Image_matricielle","Image matricielle")}} sur Wikipédia</li> -</ul> |