tenk

tenk

Saturday, September 27, 2008

Computer Graphics

What is Computer Graphics?

a sub-field of science and is concerned with digital synthesizing and manipulating visual content. although the term often refers to three-dimensional computer graphics, it also encompasses two-dimensional graphics and image processing. Computer graphics is often differentiated from field of visualization, although the two have many similarities,

Bitmap vs. Vector Images

Bitmaps images are exactly what their name says they are: a collection of bits from an image. The image consist of a matrix of individual dots (or pixels) that all have their own color (describe using bits, the smallest possible units of information for a computer).

Vector images are made up of many individual, scalable objects. These objects are defined by mathematical equations rather than pixels, so they always render at the highest quality. Object may consist of lines, curves, and shapes with editable attributes such as color, fill, and outline.

No comments: