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
For the 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.
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.
2. How many bits do we need to create a unique code for each colour?
1. How many individual colours do we have?
Height x Width x Colour Depth
46 x 29 x 3 = File size in bits
How large would this be in bytes?
What would be the file size of this image in:
a. bits
b. bytes