Introduction To Computer Graphics
Introduction To Computer Graphics
INTRODUCTION TO
DIGITAL IMAGES
IMAGE DATA
Thematic Aside:
this will echo a common theme in computer science -what looks like an organic complicated whole, is
"atomized" in the computer ... made up of a very large
collection of very simple elements.
INTRO TO
COMPUTER
GRAPHICS
WHAT IS COMPUTER
GRAPHICS?
Computer Graphics is the use of computers to display and
manipulate information in graphical or pictorial form,
either on a visual-display unit or via a printer or plotter.
2 TYPES OF
COMPUTER GRAPHICS
Vector Graphics
Raster Graphics
RASTER GRAPHICS
composed of pixels
more commonly called bitmap images
A bitmap is basically an array of pixels with values
indicating the color.
The bitmap sizes are defined in pixels.
BMP, TIF, GIF, JPG, PNG and most other graphics formats
are raster graphics.
Since the sizes are measured in pixels, the print
dimension depends on the resolution of the printer.
VECTOR GRAPHICS
composed of drawing paths
use mathematical relationships between points and the
paths connecting them to describe an image.
RASTER
VECTOR
COLOR
MODELS
Red+Green+Blue=White
Cyan+Magenta+Yellow=Black
RGB
CMYK
REFERENCES
http://www.stanford.edu/class/cs101/imageintroduction.html
http://mdn.morovia.com/kb/Vector-Raster-Graphics10615.html
http://www.sketchpad.net/basics1.htm
http://www.allgraphicdesign.com/graphics/comptutergrap
hics101.html