Bitmap: Difference between revisions

From FreeCAD Documentation
(→‎How to use: Image and TechDraw categories)
No edit summary
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
== Description ==
<translate>
[https://en.wikipedia.org/wiki/Bitmap 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.


== Description == <!--T:1-->
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.


<!--T:2-->
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.
[https://en.wikipedia.org/wiki/Bitmap Bitmaps] or [http://en.wikipedia.org/wiki/Raster_graphics raster graphics] 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.


<!--T:3-->
== How to use ==
Bitmaps are different from vector images like [[SVG|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.


<!--T:4-->
FreeCAD can import bitmap images using the [[Image Workbench]]. Other workbenches can also insert bitmaps, like the [[TechDraw Image]] tool from the [[TechDraw Workbench]].
Bitmap images are usually compressed to reduce their file size. This results in common file types such as PNG (Portable Network Graphics), TIFF (Tagged Image File Format), and JPEG (Joint Photographic Experts Group), which all use different types of compression.


==Usage== <!--T:5-->
{{Userdocnavi}}

[[Category:User Documentation]]
<!--T:6-->
[[Category:TechDraw]]
FreeCAD can import bitmap images using the [[Image Workbench|Image Workbench]]. Other workbenches can also insert bitmaps, like the [[TechDraw Image|TechDraw Image]] tool from the [[TechDraw Workbench|TechDraw Workbench]].
[[Category:Image]]

</translate>
{{Userdocnavi{{#translation:}}}}
[[Category:User Documentation{{#translation:}}]]
[[Category:TechDraw{{#translation:}}]]
[[Category:Image{{#translation:}}]]

Revision as of 21:19, 20 February 2020

Description

Bitmaps or raster graphics 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 (Portable Network Graphics), TIFF (Tagged Image File Format), and JPEG (Joint Photographic Experts Group), which all use different types of compression.

Usage

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