114k views
1 vote
How many more colors are available with 12 bits-per-pixel than 6 bits-per-pixel?

User Satuser
by
8.3k points

2 Answers

5 votes

The term pixel denotes picture element. Bpp or bits per pixel denotes the number of bits per pixel.The number of different colors in an image depends on this number. The number of colors equals 2^bpp.

So, with 6 bpp are available 64 colors (2^6), and with 12 bpp are available 256 (2^12) colors. It follows, that with 12 bpp are available 4 times more colors than with 6 bpp.

User Joetinger
by
8.4k points
1 vote
12 bpp has more than 256 colors abailable. 6 bits per pixel has more than 6. So my answer: it's 16 times more.
User Imolit
by
8.4k points