Kamis, 07 Januari 2010

RASTER GRAPHICS

Etymology

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.

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".

Resolution

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

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.

File formats:

Bitmap
A bitmap or pixmap is pixel data storage structure employed by the majority of raster graphics file formats such as PNG.

OpenRaster
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.

.ico
ICO file format is an image file format for icons in Microsoft Windows. .ico files contain one or more small images at multiple sizes and color depths.

A digital image is a representation of a two-dimensional image using ones and zeros (binary). Depending on whether or not the image resolution is fixed, it may be of vector or raster type. Without qualifications, the term "digital image" usually refers to raster images also called bitmap images.