+ All Categories
Home > Technology > Lecture 2 computer graphics

Lecture 2 computer graphics

Date post: 15-Apr-2017
Category:
Upload: poleyseugenio
View: 220 times
Download: 0 times
Share this document with a friend
12
COMPUTER GRAPHICS
Transcript
Page 1: Lecture 2 computer graphics

COMPUTER GRAPHICS

Page 2: Lecture 2 computer graphics

TWO TYPES OF COMPUTER GRAPHICS

Page 3: Lecture 2 computer graphics

BITMAPThe term bitmap comes from the computer programming terminology, meaning just a map of bits, a spatially mapped array of bits.

Page 4: Lecture 2 computer graphics

BITMAPBitmap graphics describe images using colored dots called Pixels, arranged within a grid.

Graphing Paper Cross stitch

Page 5: Lecture 2 computer graphics

BITMAPBitmap graphics are Resolution-dependent because the data describing the image is fixed to a grid of a particular size.

Page 6: Lecture 2 computer graphics

BITMAPA bitmap image uses a grid of individual pixels where each pixel can be a different color or shade.

Bitmap image is also known as Raster Image

Page 7: Lecture 2 computer graphics

VECTORVector graphics describe images using lines and curves, called

Vectors that also include color and position properties

Page 8: Lecture 2 computer graphics

VECTORVector graphics are Resolution-independent meaning they can be displayed on output devices of varying resolutions without losing any quality

Page 9: Lecture 2 computer graphics

VECTORVector graphics are composed of Paths (Lines and curves).

Page 10: Lecture 2 computer graphics

BITMAP VS. VECTORThere are instances when both formats come together. An understanding of the advantage and limitations of each technology and the relationship between them is most likely to result in efficient and effective use if tools.

Page 11: Lecture 2 computer graphics

BITMAP VS. VECTORThe jagged appearance of bitmap images can be partially overcome with the use of “anti-aliasing”. Anti-aliasing is the application of subtle transitions in the pixels along the edges of the images to minimize the jagged effect.

Page 12: Lecture 2 computer graphics

BITMAP VS. VECTORBitmaps are best used for photographs and images with subtle shading. Graphics are best suited for the vector format are page layout, type, line art or illustrations.


Recommended