|
|
|
|
|
by calebgcc
716 days ago
|
|
True-colour images use 24bit per pixel, which means that each pixel has three channels of 8bit, one for red, one for green and one for blue. The possible colours that can be displayed are 256³ = 16.777.216, wow… do we need all these colours in each image? The short answer is no. |
|