Bitmap: Difference between revisions

From FreeCAD Documentation
(Sections to better organize the information; {{Userdocnavi}})
(→‎How to use: Image and TechDraw categories)
Line 12: Line 12:
{{Userdocnavi}}
{{Userdocnavi}}
[[Category:User Documentation]]
[[Category:User Documentation]]
[[Category:TechDraw]]
[[Category:Image]]

Revision as of 18:35, 24 November 2018

Description

Bitmaps are 2D images that are collections of pixels painted of different color shades. Together, thousands or millions of these pixels are able to represent an image or color picture to the human eye.

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 a type 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.