View Single Post
Old 03-21-2017, 06:28 AM   #5
noellieaddison
Registered User
 
Join Date: Mar 2017
Posts: 47
A vector image uses geometrical formulas to represent images. The other way of representing graphical images is through bit-maps in which the image is made up of a pattern of dots (note that bit-maps are often referred to as raster graphics). Programs that allow you to create and manipulate vector graphics are called draw programs and programs that manipulate bit-map images are called paint programs.

Vector graphics are more flexible than bit-maps because they can be easily re-sized. In addition, images stored as vectors look better when displayed on high resolution printers and monitors. Bit-map images look the same, regardless of the resolution of the display. Another advantage of a vector graphic is that they often require less memory than bit-maps do.
noellieaddison is offline   Reply With Quote