Multiplying 2 HDR Q32 image result in Q8 output
Posted: 2018-10-28T10:59:17-07:00
Hi, i use IM Q16 HDRI
when i multiply two HDR (each 32bit/channel) it results in a 8bit image... It's saved in 32bit but pixelx values no more exceed 1.0 . Bright values are all clamped to 1.0
here is my command
magick -gravity center image1.hdr image2.hdr -compose Multiply -composite -define quantum:format=floating-point -depth 32 result.hdr
Thanks for you help
when i multiply two HDR (each 32bit/channel) it results in a 8bit image... It's saved in 32bit but pixelx values no more exceed 1.0 . Bright values are all clamped to 1.0
here is my command
magick -gravity center image1.hdr image2.hdr -compose Multiply -composite -define quantum:format=floating-point -depth 32 result.hdr
Thanks for you help