1.2 InfoRepr&Multimedia.multimedia Flashcards
(50 cards)
What is a bit-map image?
A system that uses pixels to make up an image, stored as a two-dimensional matrix of pixels.
What is a pixel?
The smallest picture element that makes up an image.
What is colour depth?
The number of bits used to represent colours in a pixel; for example, 8-bit colour depth can represent 256 colours.
What is bit depth in images?
The number of bits used to represent the smallest unit in an image; a higher bit depth improves colour quality.
What is image resolution?
The number of pixels that make up an image; for example, 4096 × 3192 pixels (12,738,656 pixels in total).
What is screen resolution?
The number of horizontal and vertical pixels making up a screen display; lower screen resolution than image resolution reduces quality.
What is pixel density?
The number of pixels per square centimetre
What are vector graphics?
Images that use 2D points to describe lines, curves, and shapes rather than pixels.
What is sampling resolution in sound?
The number of bits used to represent sound amplitude (also known as bit depth).
What is the sampling rate?
The number of sound samples taken per second.
What is frame rate in video?
The number of video frames per second.
How does bit depth affect colour representation in bit-map images?
A higher bit depth allows for more colours; for example, 8-bit depth enables 256 colours, while 32-bit depth enables over 4 billion colours.
What happens when a pixel-generated image is scaled up?
The number of pixels remains the same, but they cover a larger area, which can reduce sharpness.
What is pixel density?
The number of pixels per unit area; key when scaling up images to maintain quality.
What is the main drawback of using high-resolution images?
Increased file size, which affects storage capacity, download time, and transfer speed.
How do bit-map images take advantage of human vision?
The human eye can tolerate some resolution reduction before the quality loss becomes significant.
How is the file size of a bit-map image calculated?
File size = Image resolution × Bit depth (in bits), then divided by 8 to convert to bytes.
Calculate the file size of a 1920 × 1080 image with a 24-bit depth.
1920 × 1080 × 24 = 49,766,400 bits (≈6.222 MB in SI units or 5.933 MiB in IEC units).
What additional data is stored in a bit-map image file header?
File type, file size, image resolution, bit depth, and compression type (if any).
What are vector graphics?
Images that use 2D points to describe lines, curves, and their properties, forming geometric shapes.
How are vector graphics created?
Using CAD software or drawing applications with a digital canvas.
What is a drawing list in a vector graphic file?
A list containing commands, attributes, object positions, and relationships between objects.
Why do vector graphics not lose quality when scaled up?
They store relative positions and properties mathematically rather than using pixels.
Why do vector graphics need to be converted to bit-map images for printing?
Most printers work with bit-map formats rather than vector-based formats.