Digital Media Midterm Flashcards
What is sampling?
The number of pixels used to describe the image
How does sampling relate to resolution?
The higher the pixel count the more accurate the image
What is quantization?
Assigning numbers to values
Denotes relationship of colors, light, and dark
What is the difference between an 8 bit and 24 bit system?
8 bit system: 256 color values
8 bits red, 8 bits blue, 8 bits yellow
24 bit system: 16,777,216 color values
24 bit system is the most ideal
What is the relationship between the number of pixels, resolution, and file size?
More pixels = better resolution
Better resolution = larger file size
How can you reduce the file size of a bitmapped image?
Compress the image
What is the difference between uncompressed, lossless compressed, and lossy compressed file formats?
Uncompressed - raw data form
Lossless compression - Maintains original form, uses algorithm to compact
Lossy compression - Loses data in order to compress file
What are the difference between vector and bitmap graphics?
Vectors are equations
Bitmaps are pixels
What are the pros and cons of vector graphics?
Pros: Scalable, infinite resolution, good for logos and things with no harsh pixel lines
Cons: Limited detail, needs skill and time, compatibility issues
What are the pros and cons of bitmap graphics?
Pros: good for web and graphics, organic style, wide color range
Cons: Pixelation, resolution dependent, large file size, not well scalable
What are the different file types?
(.ai, .eps, .svg) - vector drawing
(.gif) - animation, transparency, limited color
(jpg) - web, print, quick reviews
(.png) - transparency with millions of colors
(.psd) - layered adobe photoshop file
(.tiff) - high quality print graphics, stamps
What are the three properties of color?
Hue, value, intensity
What is an RGB color system?
24 bitmap system
Red
Green
Blue
What is a CMYK color system?
For printers
Cyan
Magenta
Yellow
Key
What is an HSB color system?
used in painting programs
Hue
Saturation
Brightness