Difference between revisions of "BPP"
From polycount
(Redirected page to Glossary#BPP) |
EricChadwick (Talk | contribs) (re-written to make more sense!) |
||
Line 1: | Line 1: | ||
− | + | Bits Per Pixel (BPP) determines how many colors are available for any given pixel in an image. For example 8 BPP = 2x2x2x2x2x2x2x2 = 256 colors, like a GIF image. 16 BPP = 2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2 = 65536 colors. | |
+ | |||
+ | See also [[BPC]] (bits per channel). | ||
+ | ---- | ||
+ | [[Category:Glossary]] |
Latest revision as of 19:05, 14 February 2015
Bits Per Pixel (BPP) determines how many colors are available for any given pixel in an image. For example 8 BPP = 2x2x2x2x2x2x2x2 = 256 colors, like a GIF image. 16 BPP = 2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2 = 65536 colors.
See also BPC (bits per channel).