difference between bitmap and vector graphics

Bitmap (or raster) images are stored as a series of tiny dots called pixels where as a vector image just has to store the mathematical formulas that make up the image, which take up less space.
 
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
 
Bitmap (or raster) images are stored as a series of tiny dots called pixels.
vector images are not based on pixel patterns, but instead use mathematical formulas to draw lines and curves that can be combined to create an image from geometric objects such as circles and polygons.
 
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.
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.
 
15263763093_932c3058c6_b.jpg
 
bitmap images are based on pixels. The image quality is depends on the how much pixels are used to draw a picture. But Bitmap images are not good and are stretched with zoom the image and decreasing the image quality.Vector images are very useful and are draw by mathematics formulas. actually it made by line and edges. so these images are quality doesn't decreased by zoom out.
 
Bitmap (or raster) images are stored as a series of tiny dots called pixels. Each pixel is actually a very small square that is assigned a color, and then arranged in a pattern to form the image. When you zoom in on a bitmap image you can see the individual pixels that make up that image. Bitmap graphics can be edited by erasing or changing the color of individual pixels using a program such as Adobe Photoshop.

Unlike bitmaps, vector images are not based on pixel patterns, but instead use mathematical formulas to draw lines and curves that can be combined to create an image from geometric objects such as circles and polygons. Vector images are edited by manipulating the lines and curves that make up the image using a program such as Adobe Illustrator.

Vector images have some important advantages over bitmap images. Vector images tend to be smaller than bitmap images. That’s because a bitmap image has to store color information for each individual pixel that forms the image. A vector image just has to store the mathematical formulas that make up the image, which take up less space.

Vector images are also more scalable than bitmap images. When a bitmap image is scaled up you begin to see the individual pixels that make up the image. This is most noticeable in the edges of the image. There are ways of making these jagged edges less noticeable but this often results in making the image blurry as well. When a vector image is scaled up, the image is redrawn using the mathematical formula. The resulting image is just as smooth as the original.
 
Bitmap also called raster images are stored as a series of tiny dots called pixels. Each pixel is actually a very small square that is assigned a color, and then arranged in a pattern to form the image.

Vector images are edited by manipulating the lines and curves that make up the image using a program such as Adobe Illustrator.
 
Back
Top