Data Representation Flashcards
Distinguish between bitmap and vector graphics
Bitmap images are made up of pixels, and vector images are made up of points and curves
Describe color depth and image resolution
What do computers use to store and process images?
The computers store and process images using binary codes so that you can see them on the screen.
What are the two forms that an image is usually presented in?
Bitmap images – made of small parts called pixels.
Vector images – made using coordinates and geometry.
What are vector images made up of?
Points and curves
What are bitmap images made up of?
Pixels (units of light)
Each pixel in an image is made up of…
binary numbers
How do you find the size of an image?
Height x width
Image resolution can be expressed as what?
The number of pixels that an image contains per inch.
Resolution is usually measured in…
dots per inch (dpi)
Magazines often use either…
300 dpi or even 600 dpi.
What is the resolution of a 100 by 70 pixel image?
100 * 70 = 7000 pixels
What do you need to have more colors in your images
You need more bits
What does color depth describe?
Color depth describes the number of bits of memory that are used to store the color information about each pixel in a bitmap image.
What does having 2-bits per pixel mean?
Having 2 bits per pixel means that you can use 4 colors in your image.
00 = white
01 = black
10 = gray
11 = blue
(2^n, and n is the number of bits)