1.2 Multimedia Flashcards
Que es un bit map image?
A system that uses pixels to make up an image.
What is a pixel?
The smallest picture element that makes up an image.
What is colour depth?
Number of bits used to represent colours in a pixel.
E.g: 8 bit colour depth = 2^8 = 256 colours
What is the image resolution?
The number of pixels that make up an image.
What is bit depth?
Number of bits used to represent the smallest unit in a sound or image file.
The larger the bit depth, the better the quality of the sound/colour.
What is screen resolution?
The number of horizontal and vertical pixels that make up a screen or display. If screen resolution < image resolution, whole picture can’t be shown, lower in quality.
What is pixel density?
The number of pixels per square cm
What are vector graphics?
Images that use 2D points to describe lines and curves and their properties, grouped to form geometric shapes.
What is sampling resolution?
Number of bits used to represent sound amplitude.
What is the sampling rate?
Number of sound samples taken per second.
What is the frame rate?
Number of video frames that make up a video per second.
What is to be considered when storing images as pixels?
- At least 8 bits per pixel to code for a coloured image (mixes of BRG)
- True colours need 24 bits - more than a million colours
- Number of bits used to represent a pixel is called colour depth.
Describe vector graphic images (5 marks)
- Made up of geometric shapes which require definitions
- To alter design, all shapes must be changed.
- do not require large file sizes as they are made of simple geometric shapes.
- Because number of geometric shapes is limited, vector graphics are not very realistic.
- File formats are usually .svg .cgm .odg
Describe bit-map images (5 marks)
- Made up of tiny pixels
- Possible to alter each individual pixel
- Large file size
- Realistic image
- File formats are .jpeg .bmp .png
How is sound converted to binary?
- Sound is an analogue value, needs to be digitized
- An analogue digital converter (ADC) is used.
- FilesSound waves are sampled at given time rates, using approximate values.