Bitmap

From FreeCAD Documentation
Revision as of 10:03, 7 January 2019 by Mario52 (talk | contribs) (Created page with "[https://en.wikipedia.org/wiki/Bitmap Bitmap] ou [http://en.wikipedia.org/wiki/Raster_graphics raster graphics] sont des images 2D qui sont une collection de pixels peints de...")

Description

Bitmap ou raster graphics sont des images 2D qui sont une collection de pixels peints de différentes nuances de couleurs. Ensemble, ces milliers ou millions de pixels peuvent représenter une image ou une image couleur pour l’œil humain.

Bitmaps are different from vector images like SVG, in that their pixel resolution is defined at their creation. This means that a picture stored as a bitmap cannot be made bigger or smaller without losing visual details.

Bitmap images are usually compressed to reduce their file size. This results in common file types such as PNG, TIFF, and JPEG, which all use different types of compression.

How to use

FreeCAD can import bitmap images using the Image Workbench. Other workbenches can also insert bitmaps, like the TechDraw Image tool from the TechDraw Workbench.