Raster Image: Q2: What Is Raster and Vector Images? Explain With Example
Raster Image: Q2: What Is Raster and Vector Images? Explain With Example
Raster Image
In computer graphics, a raster graphics or bitmap image is a dot matrix
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.
OR
A raster is technically characterized by the width and height of the image in pixels and by the
number of bits per pixel (or color depth, which determines the number of colors it can represent).
OR
The word "raster" has its origins in the Latin rastrum (a rake), which is derived from radere (to
scrape). It originates from the raster scan of cathode ray tube (CRT) video monitors, which paint the
image line by line by magnetically steering a focused electron beam. By association, it can also refer
to a rectangular grid of pixels.
Examples
Computer displays
Most modern computers have bitmapped displays, where each on-
screen pixel directly corresponds to a small number of bits in memory. The screen is refreshed
simply by scanning through pixels and coloring them according to each set of bits. The refresh
procedure, being speed critical, is often implemented by dedicated circuitry, often as a part of
a graphics processing unit.
Image storage
Most computer images are stored in raster graphics formats or compressed
variations, including GIF, JPEG, and PNG, which are popular on the World Wide Web.
Service Providers
There are tens of thousands of custom print shops around the globe. It would not be
practical to list even a small fraction of these - for most printing needs we recommend
checking your local yellow pages.
There are a number of larger websites that offer different types of printing on clothes. Some
of these are:
Spreadshirt
Zazzle
Cafe Press
These are listed for your reference and inclusion in this list does not constitute an
endorsement by Vector Magic.
Sign Making
Signs come in all shapes and sizes and many of them are made using some form of vector
image original.
While the specific production processes vary, one of them includes cutting the relevant
colors from vinyl.
Embroidery
Computer-controlled sewing machines can quickly stitch custom designs onto different
kinds of clothing. This process typically requires vector input to work at all - the machine
needs to be steered to stitch out the relevant shapes and that can't be done using only pixel
based information.
Animations
A lot of the smooth animations and creative art you see in animated content online is done
using vector images inside HTML5 or Adobe Flash animations.
Rasters and vectors defined
A raster image is made of up
pixels, each a different color, arranged to display an image. A vector image is made up of
paths, each with a mathematical formula (vector) that tells the path how it is shaped and
what color it is bordered with or filled by. The major difference is that raster image pixels do
not retain their appearance as size increases - when you blow a photograph up, it becomes
blurry for this reason. Vector images do retain appearance regardless of size, since the
mathematical formulas dictate how the image is rendered.