bitmapraster
Bitmap raster refers to a digital image representation that uses a grid of picture elements, or pixels. Each pixel holds color information, so the final image is determined by the arrangement and values of all pixels in a rectangular matrix. The size of a bitmap is defined by its width and height in pixels and its color depth, often 8, 16, or 24 bits per pixel, with higher depths used for richer color or HDR images. The uncompressed data for a bitmap is roughly width × height × color depth, before any compression.
Raster images are resolution dependent; enlarging them can produce blocky or blurred results because new pixels
Color models frequently used with bitmaps include RGB, RGBA, and indexed color. Raster images are produced by
See also: raster graphics, bitmap, image compression, pixel.