Copy link to clipboard
Copied
12.3.0 build 6140 commit 1fc36e80 Release (2022-09-29)
(plz ignore if it's solved in the newer versions)
Some nodes's output format (bit depth) is not working.
The reason I need to constrain the values from 16 to 8 bit is to build a logic which is easier to deal when the pixel values are small.. It's a really cool thing. I wish I could share with the community but... the NDA 😥
This is not a bug as such, but can happen with some instanced nodes depending on how they have been built internally.
There are two workarounds.
1. Leave the node in 16 bit and follow it with a levels node set to 8 bit
or
2. Open the reference node (Ctrl+E) and save a copy. Then open that copy and change the node inheritance internally to your requirements, rename it and and save it (e.g as HistogramSelect 8bitCopy). Use it in your graph instead of the original node.
Dave
Copy link to clipboard
Copied
This is not a bug as such, but can happen with some instanced nodes depending on how they have been built internally.
There are two workarounds.
1. Leave the node in 16 bit and follow it with a levels node set to 8 bit
or
2. Open the reference node (Ctrl+E) and save a copy. Then open that copy and change the node inheritance internally to your requirements, rename it and and save it (e.g as HistogramSelect 8bitCopy). Use it in your graph instead of the original node.
Dave
Find more inspiration, events, and resources on the new Adobe Community
Explore Now