n.
A computer image that is stored and displayed as a set of colored points in a rectangular grid. Also called raster graphic.
| Dictionary: bit-mapped image |
A computer image that is stored and displayed as a set of colored points in a rectangular grid. Also called raster graphic.
| 5min Related Video: bit-mapped image |
| Computer Desktop Encyclopedia: bitmapped graphics |
The representation of a digital image as a matrix of picture elements (pixels). All images acquired by digital cameras and camcorders, scanners and screen capture programs are bitmapped images. Also known as "raster graphics, images created in paint programs are also bitmapped images. There are many bitmapped formats, including JPEG, GIF, BMP and TIFF (see graphics formats). Bitmapped graphics and "vector graphics" are the two fundamental structures for digital images (see graphics for details).
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| Wikipedia: Raster graphics |
|
|
This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (May 2008) |
In computer graphics, a raster graphics image or bitmap is a data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. Raster images are stored in image files with varying formats (see Comparison of graphics file formats).
A bitmap corresponds bit-for-bit with an image displayed on a screen, generally in the same format used for storage in the display's video memory, or maybe as a device-independent bitmap. A bitmap is technically characterized by the width and height of the image in pixels and by the number of bits per pixel (a color depth, which determines the number of colors it can represent).
The printing and prepress industries know raster graphics as contones (from "continuous tones") and refer to vector graphics as "line work".
Contents |
The word "raster" has its origins in the Latin rastrum (a rake), which is derived from radere (to scrape), and was originally used in the raster scan of cathode ray tubes (CRT), which paint the image line by line; it is used for a grid of pixels by generalization. See also rastrum, a device for drawing musical staff lines.
Raster graphics are resolution dependent. They cannot scale up to an arbitrary resolution without loss of apparent quality. This property contrasts with the capabilities of vector graphics, which easily scale up to the quality of the device rendering them. Raster graphics deal more practically than vector graphics with photographs and photo-realistic images, while vector graphics often serve better for typesetting or for graphic design. Modern computer-monitors typically display about 72 to 130 pixels per inch (PPI), and some modern consumer printers can resolve 2400 dots per inch (DPI) or more; determining the most appropriate image resolution for a given printer-resolution can pose difficulties, since printed output may have a greater level of detail than a viewer can discern on a monitor. Typically, a resolution of 150 to 300 pixel per inch works well for 4-color process (CMYK) printing.
Raster-based image editors, such as Photoshop, MS Paint, and GIMP, revolve around editing pixels, unlike vector-based image editors, such as CorelDRAW, Adobe Illustrator, or Inkscape, which revolve around editing lines and shapes (vectors). When an image is rendered in a raster-based image editor, the image is composed of millions of pixels. At its core, a raster image editor works by manipulating each individual pixel. Most pixel-based image editors work using the RGB color model, but some also allow the use of other color models such as the CMYK color model.
A bitmap or pixmap is pixel data storage structure employed by the majority of raster graphics file formats such as PNG.
OpenRaster is a file format being developed under the auspices of the Create Project to give free software graphics editors a common raster graphics interchange format, that maintains as much of the working information that the applications use.
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| CALS Raster file format | |
| Jaggies | |
| Blitter |
| Graphic images where each pixel is bit-mapped and take up more memory? Read answer... | |
| How do you use image map in HTML? Read answer... | |
| How does google maps get images? Read answer... |
| Graphic images where each pixel is bit mapped? | |
| What is the difference between a vector and a bit-mapped image? | |
| Graphis images that are bit-mapped and takes up more memory? |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2009 Computer Language Company Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Raster graphics". Read more |