Representing Images Flashcards
1
Q
What are the 2 ways in which images can be represented?
A
- Bitmaps or vectors.
2
Q
What is a vector?
A
- Stores the mathematics to draw coloured shapes.
-
3
Q
What is a bitmap?
A
- Stored in binary.
- Number of bits required for each pixel depends on the number of colours required.
4
Q
What is metadata?
A
- Additional data stored with the image to define it's: ~ Width ~ Height. ~ Colour Depth ~ Colour pallette.
5
Q
The greater the colour depth and the resolution the greater the….?
A
- File size
6
Q
What is image resolution?
A
- Number of pixels within a specific area of an image.
- (DPI) or (PPI).
- Low resolution; - Bigger pixels which mean fewer are needed to fill up the space and don’t have a lot of details.
High resolution= More pixels, so more detailed.
7
Q
What is colour depth?
A
- The number of bits required for each pixel is known as colour depth.
8
Q
How do you work out the image size?
A
Image Size: colour depth x image height x image width.