Skip to main content
mysysctrlm74982608
Known Participant
December 21, 2019
해결됨

If 8bits per channel mode refers to 256 colors available in an document, what if I convert it into

  • December 21, 2019
  • 2 답변들
  • 457 조회

If 8bits per channel mode refers to 256 colors available in a document, what if I convert it into a 16bits mode per channel and would it becomes 65536 colors available in this document? why? thank you!

이 주제는 답변이 닫혔습니다.
최고의 답변: Chuck Uebele

The file would stay with the same number of color that it originally had in 8 bit. Increasing the bit depth doesn't add colors that were never there. However, if you start to edit with the new 16 bit depth,  some editing would increase the colors like blurring. More colors would be created in that the old colors are blurring together and creating new colors. Same with applying gradients. They would be smoother.

2 답변

Legend
December 21, 2019

8 bits per channel is 256 colours per CHANNEL. 8 bits per channel is the normal thing for RGB.

So... RGB has 3 channels, and if EACH of 3 channels has 8 bits, you have 256 x 256 x 256 colours = 16,777,216 colours.

 

If you went to 16 bits per channel, an RGB image would have 35,184,372,088,832 colours, I think. That's quite a lot.

 

However, if it is indexed colour, that has only one channel. So 8 bit mode in indexed colour is only 256 colours.

Chuck Uebele
Community Expert
Community Expert
December 21, 2019

The file would stay with the same number of color that it originally had in 8 bit. Increasing the bit depth doesn't add colors that were never there. However, if you start to edit with the new 16 bit depth,  some editing would increase the colors like blurring. More colors would be created in that the old colors are blurring together and creating new colors. Same with applying gradients. They would be smoother.