A raster graphics image, digital image, or bitmap, is a data file or structure representing a generally rectangular grid of pixels, or points of color, on a computer monitor, paper, or other display device. The color of each pixel is individually defined; images in the RGB color space, for instance, often consist of colored pixels defined by three bytes—one byte each for red, green and blue. Less colorful images require less information per pixel; for example, an image with only black and white pixels requires only a single bit for each pixel. Raster graphics are distinguished from vector graphics in that vector graphics represent an image through the use of geometric objects such as curves and polygons.
A bitmap or a raster image 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 characterized by the width and height of the image in pixels and the number of bits per pixel, which determines the number of colors it can represent.
A colored raster image (or pixmap) will usually have pixels with between one and eight bits for each of the red, green, and blue components, though other color encodings are also used, such as four- or eight-bit indexed representations that use vector quantization on the (R, G, B) vectors. The green component sometimes has more bits than the other two to allow for the human eye's greater discrimination in this component.
2006-12-30 06:20:56
·
answer #1
·
answered by Johnny Q. 3
·
1⤊
1⤋
It's a 3-d graphics term. It has to do with rendering a 3 dimensional image and displaying as a 2 dimensional image.
2006-12-30 06:21:48
·
answer #2
·
answered by martin h 6
·
0⤊
0⤋
John's answer is perfect. Wikipedia!
It is how fast you can see and move things on your screen.
Tom
2006-12-30 06:33:35
·
answer #3
·
answered by Cafetom 4
·
0⤊
0⤋