a. GB
b. KB
c. MB
d. B
Answer in your notebook
Bitmap image file formats include:
Vector image file formats include:
There are also editing formats such as Illustrator (AI) and Photoshop (PS)
Bitmap images are made up of PICture ELements or pixels
A pixel is the smallest identifiable area of an image
Each pixel is a single colour and is given a binary value which represents that colour. E.g., 111100000000 might equal red.
A pixel's colour can be changed by changing this value
Resolution is the concentration of pixels within a specific area
The area is defined by the image width and height in pixels, e.g., 1920x1080
Resolution is the concentration of pixels within a specific area
The area is defined by the image width and height in pixels, e.g., 1920x1080
In the first image there is a musical note,
To the right, can you write out the binary to create that line of the image.
For the second blank table, you can create your own design and then write out the binary code for it.
Height x Width x Colour Depth
Find the height of the image in pixels.
Find the width of the image in pixels.
46
29
Height x Width x Colour Depth
46 x 29 x Colour Depth
Next step, work out the Colour Depth.
This is more than just the number of colours.
To work out the colour depth, you need to look at how many bits are needed to represent the colours you have available in your image.
White
Black
Yellow
Orange
Red
Brown
White 000
Black 001
Yellow 010
Orange 011
Red 100
Brown 101
2. How many bits do we need to create a unique code for each colour?
1. How many individual colours do we have?
3 bits of information per colour
Height x Width x Colour Depth
46 x 29 x 3 = File size in bits
4002 bits
How large would this be in bytes?
501 bytes
What would be the file size of this image in:
a. bits
b. bytes
What would be the file size of this image in:
a. 1672 bits
b. 209 bytes