CS101 Assignment 5 by Fasco
CS101 Assignment 5 by Fasco
05
Presented By FASCO_BUK
12/08/21 MC010..... 1
Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes
or polygon(s), which are all based on mathematical equations, to represent images in
computer graphics.
Vector graphics usually are easily modified within the creating application and generally are
not affected detrimentally by scaling (enlarging or reducing their size)
Vector graphic drawing software is used for creating and editing vector graphics. The image
can be changed by editing screen objects which are then saved as modifications to the
mathematical formulae
12/08/21 MC010..... 2
Raster graphics image or bitmap is a data structure representing a generally
rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other
display medium.
A bitmap is technically characterized by the width and height of the image in pixels
and by the number of bits per pixel (a color depth, which determines the number of
colors it can represent).
12/08/21 MC010..... 3
Vector graphics typically are saved as EPS format. And Raster
images typically are saved as TIFF format, but can be saved as
EPS as well.
12/08/21 MC010..... 4
Differences
Vector Graphics Bit-Mapped Graphics
vector is more natural and how we Raster is very much a computer format
would draw (digital)
http://www.vustudents.net
12/08/21 MC010..... 5