For the past months I’ve been going over the proper workflow to produce realistic (architecture) renders in Blender. I’ve got to the point I want a bit more control over the image so post-processing.
I’ve tried to find a suitable module to handle the high dynamic range that comes out of a render, followed this guide on the “Unbreak input profile module” but following it leaves a blueish/greenish tint to the picture.
I questioned that myself, but found that only with unbreak input profile did I get sane values to play with, otherwise with sigmoid only becomes too finicky to adjust. Perhaps I should just adjust for the tint, but it feels there ought to exist a better way.
At first I thought that since the EXR is already in Rec.2020, I wouldn’t need to convert to anything before playing with the image and and only in the last moment convert it to a monitor space, but maybe I just don’t understand it at all.
Ah, but your EXR is not in Rec2020! Your EXR doesn’t have any color space information embedded into it, so darktable assumes linear sRGB/Rec709 input by default (as the OpenEXR spec mandates).
So you either need to fix the export to include the color space metadata, or manually choose linear Rec2020 as your input profile if you are sure the exported pixel data matches that.
So I’m guessing it’s the standard but it still should explicitly say that in the file? Perhaps I should open an issue about it, just not sure what exactly to report on it.
Nah, I don’t think it’s worth it - nothing is really broken it would seem… A real issue would be if the output color space is set to something other than linear Rec709, and the EXR file doesn’t contain that info.
After having played with the images, it seems that maybe I approaching it the wrong way?
was doing: At every step the image should not be broken
unbreak input profile
other modules after it (default order)
but should I have been doing:
add sigmoid
other modules before it (default order)
or just add have the sigmoid the first thing and put the other modules after?
I’m going back to reading the manual, are there any enlightening threads or articles regarding darktable that you reccommend reading? This one seems to have helped quite a lot!