Question 3: What is the pixel range for an RGB image? Or What is the minimum and maximum possible value for each of the pixels of an RGB image? a.0 - 23 b.0 - 224 c.0 - 1 d.None of the above
Answer: d. None of the above Explanation: The RGB image has three different values for each color band, and the range of each color is 0 to 255. Hence, an RGB image is stored in a 3-dimensional array where each dimension represents one of the colors, with a value lying between 0 - 255.