Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to...

8
Introduction to Introduction to Computer Graphics Computer Graphics Raster Vs. Vector Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt

Transcript of Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to...

Page 1: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Introduction toIntroduction to

Computer GraphicsComputer Graphics

Raster Vs. VectorRaster Vs. Vector

TGJ 2OISt. Christopher C.S.S.

4 Introduction to Computer Graphics.ppt

Page 2: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Intro to Computer Intro to Computer GraphicsGraphics

Computers have radically changed how graphics, photos and printed materials are produced.

What once took a highly trained artist many hours to produce with specialized equipment can now be done much easier using computer software.

Page 3: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Raster GraphicsRaster Graphics (write blue text)(write blue text)

Graphics are produced using a grid of small squares known as pixels. Each pixel is assigned a specific colour value and location.

When editing a raster graphics (ex. Digital photo), you are actually editing pixels rather than objects or shapes (Photoshop or Paint).

Pixels can be seen by zooming in on a digital image (tiny squares).

Page 4: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Raster GraphicsRaster Graphics (write blue text)(write blue text)

Raster graphics are generally larger files than vector images.

Images lose quality (become “pixelated”) if enlarged more than 20% of the original size.

Page 5: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Vector GraphicsVector Graphics (write blue text)(write blue text)

Drawing programs such as CorelDraw and Adobe Illustrator produce vector graphics.

These types of graphics are made of lines and curves defined by mathematical objects called vectors

(geometric characteristics).

Page 6: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Vector GraphicsVector Graphics (write blue text)(write blue text)

A vector graphic can be moved or resized without losing quality and file sizes are generally smaller than raster graphics.

Best choice for creating type or logos where crisp outlines are needed since clarity is not lost when scaled/resized.

Page 7: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Common Image FilesCommon Image Files (write (write blue text)blue text)

BMP: Bitmap is the standard Windows image format

GIF: Graphics Interchange Format; designed to minimize file size and download (electronic transfer) time

Page 8: Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.

Common Image FilesCommon Image Files (write (write blue text)blue text)

JPEG: Joint Photographic Experts Group; compresses file size by selectively discarding data, unlike GIF format, JPEG retains colour information.

TIFF: Tagged-Image File Format; used to exchange files between applications and computer platforms; “flexible” bitmap image supported by virtually all paint , image editing, and page-layout applications.