Computer Graphics - PPT
Computer Graphics - PPT
IMAGES.
A raster or pixel graphics generates images Vector graphics use the coordinate system
in a form of an array of pixels of various to draw images. The data file for a vector
colors. image contains the points where paths start
and end.
The software like MS paint generates Graphics software like CAD (Computer
images through pixel/raster graphics. Aided Design) uses vector graphics.
Details of each and every pixel are stored to Vector images uses coordinate system and
generate an image. As it is stored using pixel hence can be scaled to be very large
the quality is not good when image is without losing quality
scaled.
All the details are stored in form of pixels hence Vector images are used to create logos, and
lot of memory is required. If only two colors are other designs that are required to be scaled
used around 1,572864 bytes are used for small and large.
786432 pixels with some extra attribute. As
colors increases the memory requirement
increases.
The raster/pixel graphics is very expensive in As the coordinate system is used memory is less
terms of memory. required compare to pixel graphics.
Pixel graphics is known as bitmap graphics The file formats of vector graphics are CGM,
e.g. gif, jpeg,tiff. Gerber format (RS-274X),SVG, Other 2D vector
formats, 3D vector formats