Skip to content
EntityQ1194708· pop 18· linked from 311 articles

In computing, a bitmap (also called raster) graphic is an image formed from rows of different colored pixels. A GIF is an example of a graphics image file that uses a bitmap.

Wikidata facts

Show 1 more fact
Sources (2)

via Wikidata · CC0

~6 min read

Article

5 sections
Contents
  • Pixel storage
  • Device-independent bitmaps and BMP file format
  • Other bitmap file formats
  • See also
  • References

In computing, a bitmap (also called raster) graphic is an image formed from rows of different colored pixels. A GIF is an example of a graphics image file that uses a bitmap.

As a noun, the term "bitmap" is very often used to refer to a particular bitmapping application: the pix-map, which refers to a map of pixels, where each pixel may store more than two colors, thus using more than one bit per pixel. In such a case, the domain in question is the array of pixels which constitute a digital graphic output device (a screen or monitor). In some contexts, the term bitmap implies one bit per pixel, whereas pixmap is used for images with multiple bits per pixel.

Connections

Categories