3.3 - Image & Sound Representation (6 + 7) Flashcards
made in line with spec
what is a pixel?
tiny single point in a graphical image which makes up a picture
how is each pixel displayed?
using a binary representation
what is a bitmap?
the binary stored data representing an image
what is the term ‘pixel’ short for?
picture element
what is a VDU?
a virtual display unit
how do VDUs display pictures?
dividing the display screen into thousands of pixels (arranged into rows and columns)
how do you display the size of a bitmap (in pixels)?
width of image (in pixels) x height of image (in pixels)
define colour depth
the number of bits used to represent each pixel
what is the image resolution?
in terms of pixels
width x height
how does a bitmap represent an image using pixels and colour depth?
- bitmap images are organised as a grid of coloured squares (pixels)
- each colour of image is stored as a binary number
- bits of info are stored in the bitmap
how does the number of pixels and colour depth affect the file size of a bitmap image?
the higher number of pixels and higher colour depth, the larger the file size
how do you calculate the size (in bits) of an image?
image width x image height x colour depth
how do you calculate the size of an image in bytes?
(image width x image height x colour depth depth) / 8
- same as bits (just divide by 8)
what is metadata?
extra details about an image (location, colour depth, file name, camera details)
define image resolution
a measure of pixel density and the quality of the image (by the distance between two adjacent pictures)