I saw a Shake demo. There, they made a branch,
8bit BW image -- blur -- emboss
the result image became ugly.
and they connected "byte node" and changed mode 8 bit to float - it's just bit depth converter in cbn2 - between image and blur, Shake created very beautiful gradation.
but when I tried it with cbn2,
8bit BW image -- bit depth converter (float) -- blur -- emboss
I could not find any difference between 8bit and float.
anybody knows why?
Thank you,