Computer Science, asked by lalchhanchhuahi1488, 1 year ago

What is the difference between Vector Graphics and Bitmap Graphics?

Answers

Answered by Bittu2014
5
Bitmap (or raster) images are stored as a series of tiny tots called pixels. 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.
Answered by gratefuljarette
11

Difference between Vector Graphics and Bitmap Graphics:

Bitmap Graphics:

  1. Bitmap Graphics are also known as raster graphics is a technology in which images are made up of pixels. Every pixel is made up of Small Square which is collectively used to make different patterns and thus an image is created. When we zoom out any image we can actually see the pixels.
  2. The bitmap images store the color information of each pixel that occupies more spaces to compare to vector images.  

Vector Graphics:

  1. Vector graphics is a technology in which an image is created by using mathematical formulae on any geometrical objects.
  2. It stores the mathematical formulae to create the image which occupies less space.
Similar questions