I convert Image into CIELab color space. After that I split Image into 3 channels are Lightness,a,b . So I have 2 questions
- How can I decompose Lightness channel into Detail Layer.
- Assume I have a new Detail Layer. How can I combine with Lightness,a,b channels.
Thanks you.