Vector vs Raster Graphic
- Shaikat Hasan Rana
- Apr 8, 2020
- 1 min read

Vector graphics (also called graphical modeling or object-oriented graphics) is a type of computer graphics. Vector graphics uses geometrical objects, like points, lines, curves, and polygons to model the image. Mathematics can be used to describe the graphics. Most often vectors and matrices are used. The first major use of vector graphics was in the Semi-Automatic Ground Environment air defense system.
Raster graphics(or bitmap graphics) is one of two kinds of computer graphics. With raster graphics, images are modeled as big collections of pixels. Usually they form an image shaped like a rectangle. Each pixel holds something, like color or transparency. Raster images are used very often. Computer screens are made of a raster of points. Vector graphic images are rasterised that way. Images that are difficult to make as a vector, like photographs, are often made in the form of a raster image.
Comments