Suppose RGB raster system is to be designed using on 8 inch X 10 inch screen with a resolution of 100 pixels per inch in each direction. If we want to store 6 bits per pixel in the frame buffer, how much storage (in bytes) do we need for frame buffer?
4 years ago
Computer Graphics
Suppose RGB raster system is to be designed using on 8 inch X 10 inch screen with a resolution of 100 pixels per inch in each direction. If we want to store 6 bits per pixel in the frame buffer, how much storage (in bytes) do we need for frame buffer?
Solution
Resolution = 8 inch X 10 inch (100 pixels per inch)
Resolution = 8 X 100 by 10 X 100 pixel = 800 X 1000 pixel
1 pixel can be stored in 6 bits
Frame buffer size = 800 X 100 X 6 bits = 100 X 100 X 6 Byte
Bijay Satyal
Oct 22, 2021