BitDepth with Channel Specified as CMYK for RGB image returns value #624
Answered
by
dlemstra
manjunthcm
asked this question in
General
|
hi when my tiffimage is of RGB color Space, why would the above two lines of code return 8 even though i have Specified channels for BitDepth ? |
Answered by
dlemstra
May 6, 2020
Replies: 1 comment
|
This is happening because |
0 replies
Answer selected by
manjunthcm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is happening because
Cyan=Red,Magenta=GreenandYellow=Blueand this methods will return the minimum depth for the specified channels. So in your case you are asking the bit depth for the Red, Green and Blue channels in the first call and only for the Red in the second call.