Replies: 3 comments
-
|
I'm running into similar challenges. I have been using Rawline for this task but was hoping to move over to OIIO |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Pinging @antond-weta for advice |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I understand that raw:HighlightMode=1 is the only mode which does not do highlight recovery, hence the pink highlights. You may want to try 0, or 2..9. The raw plugin documentation can be found here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm struggling with this conversion and cannot find any documentation for the parameters that can be passed to libraw. Is there a documentation for that?
my current command is as follows:
oiiotool --iconfig raw:ColorSpace ACES --iconfig raw:HighlightMode 1 -i "0H2A7632.CR2" --colorconvert ACES ACEScg -o "0H2A7632.exr"but it produces pink highlights. there is a libRaw argument
use_camera_wbthat might have some impact on this but I don't know what the equivalent one in oiiotool might be. Google is not very helpful and I totally failed to find any documentation for this.Beta Was this translation helpful? Give feedback.
All reactions