Content deleted Content added
No edit summary Tags: Reverted Visual edit |
m Reverted edits by 106.51.56.25 (talk) to last version by 100.36.163.100 |
||
Line 6:
In [[computing]], a '''bitmap''' (also called '''raster''') graphic is an image formed from rows of different colored [[pixel]]s.<ref>{{cite web|url=https://kb.iu.edu/d/afmr|title=ARCHIVED: What are bitmap and vector graphics, and how are they different|publisher=University Information Technology Servivces|language=en-US|url-status=live|date=September 22, 2023|access-date=April 21, 2024|archive-date=April 21, 2024|archive-url=https://archive.today/20240421071909/https://kb.iu.edu/d/afmr}}</ref> A [[GIF]] is an example of a graphics image file that uses a bitmap.<ref>{{cite encyclopedia|url=https://www.britannica.com/technology/bitmap|title=bitmap|encyclopedia=[[Encyclopædia Britannica]]|author=Gregersen, Erik|language=en-GB|url-status=live|date=January 26, 2022|access-date=April 21, 2024|archive-date=April 21, 2024 |archive-url=https://archive.today/20240421072042/https://www.britannica.com/technology/bitmap}}</ref>
As a noun, the term "bitmap" is very often used to refer to a particular bitmapping application: the
A bitmap is a type of [[computer storage|memory]] organization or [[image file format]] used to store [[digital image]]s. The term ''bitmap'' comes from the [[computer programming]] terminology, meaning just a ''map of bits'', a spatially mapped [[bit array|array of bits]]. Now, along with ''pixmap'', it commonly refers to the similar concept of a spatially mapped array of pixels. [[Raster graphics|Raster]] images in general may be referred to as bitmaps or pixmaps, whether synthetic or photographic, in files or memory.
Line 42:
There are also a variety of "raw" image files, which store raw bitmaps with no other information. Such raw files are just bitmaps in files, often with no header or size information (they are distinct from photographic [[raw image format]]s, which store raw unprocessed sensor data in a structured container such as [[TIFF]] format along with extensive image [[metadata]]).
==
*[[Free space bitmap]], an array of bits that tracks which disk storage blocks are in-use
*[[Raster graphics]]
|