Master pixels, colour depth, complex file size calculations, and metadata.
0010 to "Green").Please answer all 4 questions.
Image Resolution is the number of pixels in an image.
$$Width \times Height$$
Colour Depth is the number of bits used to store the colour for each pixel.
e.g., 8-bit depth allows for 256 colours.
If you increase depth (e.g., from 4 bits to 16 bits):
Please answer all 4 questions.
Calculate total file size using:
$$Width \times Height \times Colour\:Depth$$
Unit Conversion (Memorise this):
No workings are provided. You must determine the steps.
Hint: Determine the bit depth first ($2^?=4$). Then (W*H*D)/8.
(Use 1000 bytes = 1 KB for this calculation)
Please answer all 6 questions.
Metadata is "data about the data" or "information about the file". It is stored alongside the raw image data.
You need to be able to identify these examples:
Important Note: Metadata does NOT store the colour of individual pixels.
Please answer all 4 questions.
You have covered the core Image Representation concepts for J277.