159k views
0 votes
How many bits are required to encode an image that is 25 pixels wide and 50 pixels tall, if you encode each pixel with 12 bits of RGB data?

1 Answer

3 votes

Just multiply all numbers to get the total number of bits:

25*50*12 = 15000 bits.

User Valeriy Van
by
5.6k points