Storing Images Flashcards
Bitmap Images
Made up of pixels
most images e.g. photos are stored in bitmap
How is the colour of each pixel represented?
Binary
Number of colours available -> number of bits the code has
How many bits do black and white images have
2 bits
0 = white
1 = black
Colour Depth
number of bits for each pixel
Total number of pixels = 2’n
Image Resolution
Number of pixels in the image
Width x Height
Higher resolution = higher quality image
File Size
How many bits an image will take up
File size (in bits) = image resolution x colour depth
OR
File size (in bits) = width x height x colour depth
Metadata
information stored in an image file which helps the computer recreate the image on screen from binary data each pixel
Metadata includes:
File format
Height
Width
Colour depth
Resolution
-> without metadata devices wouldn’t be able to display the image on screen as intended
Vector images
Made up of simple shapes that are different blocks of colour
e.g. computer made graphics