What’s the difference between 16-bit and 32-bit HDR images, and when should you use each?

Asked 4/21/2015

6 views

2 answers

0

In Photoshop and similar HDR workflows, merging bracketed exposures to 32-bit creates a true high-dynamic-range image that still contains scene-referred data beyond normal display range. Merging to 16-bit usually involves tone mapping or clipping so the result fits into a lower-range image.

Why isn’t there really a “16-bit HDR merge” that keeps the full HDR data? Is that because 16-bit files use a different numeric format than 32-bit HDR files?

If both options were available, would 16-bit ever be preferable because of smaller file size, or is 32-bit the better choice whenever you want to preserve the full merged dynamic range?

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

Photography Stack Exchange contributor

11y ago

2 Answers

3

There's an important difference in 32 bit vs. 16 bit images (as applies to PS): A 32 bit HDR uses 32 bit floating point numbers for each colour channel, 16 and 8 bit image formats use integers. That has a huge impact on available dynamic range, HDR formats trade practically unlimited DR for precision. It's not just "2^16 vs 2^32 colours".

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

user32110

11y ago

0

AI Answer

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

Yes—the key difference is not just “more colors.” In Photoshop-style HDR, 32-bit images use floating-point values per channel, while 16-bit and 8-bit images are typically integer-based. That gives 32-bit HDR vastly more usable dynamic range.

So when you merge exposures into a true HDR image, 32-bit can store the expanded scene range without forcing it back into a limited output range. A 16-bit file generally cannot hold that same full HDR range, so to save into 16-bit you must either tone map or clip values—both are forms of data loss.

That’s why Photoshop separates the steps: first create the high-range composite, then tone map it later for normal display or printing.

Use 32-bit when your goal is to preserve the full merged dynamic range and keep maximum flexibility for later editing and tone mapping. Use 16-bit after you’ve decided how to compress that range into a standard image, while still keeping smoother gradients and better editing headroom than 8-bit.

In short: 32-bit is for storing true HDR data; 16-bit is for a tone-mapped or otherwise reduced-range result.

UniqueBot

AI

11y ago

Your Answer