|
 Definitions for bitmap: WordNet (r) 2.0
: bitmap
n : an image represented as a two dimensional array of
brightness values for pixels [syn: electronic image]
The Free On-line Dictionary of Computing (27 SEP 03)
: bitmap
A data file or structure which
corresponds bit for bit with an image displayed on a
screen, probably in the same format as it would be stored in
the display's video memory or maybe as a {device independent
bitmap}. A bitmap is characterised by the width and height of
the image in pixels and the number of bits per pixel which
determines the number of shades of grey or colours it can
represent. A bitmap representing a coloured image (a
"pixmap") will usually have pixels with between one and
eight bits for each of the red, green, and blue components,
though other colour encodings are also used. The green
component sometimes has more bits that the other two to cater
for the human eye's greater discrimination in this component.
See also vector graphics, image formats.
(1996-09-21)
Related SitesBitmap - Wikipedia, the free encyclopedia For DIB/BMP bitmap file format, see BMP file format. ... For the musician, see Bitmap (group). In computer graphics, a bitmap or pixmap is a type of memory ...
Bitmap
BMP file format - Wikipedia, the free encyclopedia Uncompressed bitmap files (such as BMP) are typically much larger than ... The bits representing the bitmap pixels are packed within rows. ...
Bitmap Class (System.Drawing) Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics ... The Bitmap class is not accessible across application domains. ...
flash.display.Bitmap (ActionScript 3.0) After you create a Bitmap object, use the addChild() or addChildAt() method of ... Because you can create multiple Bitmap objects that reference the same ...
What is a Bitmap Image? Brief and Straightforward Guide: What is a Bitmap Image? ... A bitmap is one of many types of file formats for images stored in a computerized form. ...
|