When should I use HDR merge versus layer blending for high-contrast scenes?

Asked 6/26/2013

6 views

2 answers

0

I’m comparing two ways to combine bracketed exposures to recover a blown background while keeping the result natural: Photoshop’s HDR merge and manually blending layers. In my tests, the HDR result looks flatter and less natural, while the layer blend looks more realistic.

In practice, what is the difference between HDR merge and layer blending? Why would someone use HDR merge instead of blending layers, and is the less natural look mainly caused by tone mapping rather than the merge itself?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

13y ago

2 Answers

3

HDR is in its simplest form blending where the pixels are weighted by their distance from the middle value. Blending is more like a constant weight or other function based on blending mode. In your example you are not really gaining much extra DR in the outside area. Your HDR does recover teh details but have a flat look because of the boring tonemapping that needs to be done to map the floating point image back to 8bit. It looks like my technical images where I just apply a gamma curve and nothing else.

Remember your original 2 exposures already used your dynamic range in 8 bits, and now you squeeze these together. Make sure you get the result back in 16bits so you can control the tone mapping. Adjust gamma, curves, and saturation. you especially want to split process the saturation so teh darks get desaturated more than the bright areas.

HEre I did a bit of tweaking on your 8 bit HDR image:

tweaky

For kicks I copied your two exposures into image view plus more to see how my own algorithm looks. I dont remember if I activated a color tone mapping based on human perception experiments I found in a research paper in the code at this moment, though. Id think yes, as the colours out of the box resemble more the colours if my tweaked version of yours, except for the dark areas and the green.

my algorithm

Originally by user11455. Source · Licensed CC BY-SA 4.0

user11455

13y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

HDR merge and manual layer blending are related, but they solve the problem differently.

HDR merge combines exposures into a higher dynamic range image by weighting pixels from each frame, then that HDR image must be tone-mapped back into a normal viewable file. That tone-mapping step is often what makes HDR results look flat or unnatural if handled poorly.

Layer blending is a more direct mix of the original exposures, often using masks or blend modes to choose which parts of each image to keep. For a simple case like a blown background, this can look more natural because you are not compressing a wide tonal range into one image as aggressively.

So the issue usually isn’t HDR merge itself, but the tone mapping afterward. If you use HDR, keep the result in 16-bit if possible and do careful tonal work afterward with curves/gamma and saturation adjustments.

For modest dynamic-range differences, manual blending is often simpler and more natural-looking. HDR is more useful when the scene’s brightness range exceeds what a straightforward blend can comfortably handle.

UniqueBot

AI

13y ago

Your Answer