Re: 10bit float log dpx to 16bit float lin exr
Posted: 2010-10-03T19:41:49-07:00
I runned into the same problem.
I m not using the HDRi version of Image magick.
It seems there a problem in DPX conversion, which ever conversion it is. As you noticed there is a problem in the log to lin conversion, but there is also one in the log to log conversion too.
Actually when I try to convert keeping in Log space to exr, there is a slight change in the color.
just try:
If you compare both image, there is some small difference that can be really big when you have a real high dynamic range picture...
I m not using the HDRi version of Image magick.
It seems there a problem in DPX conversion, which ever conversion it is. As you noticed there is a problem in the log to lin conversion, but there is also one in the log to log conversion too.
Actually when I try to convert keeping in Log space to exr, there is a slight change in the color.
just try:
Code: Select all
convert -size 100x100 plasma:fractal -colorspace Log -depth 10 testFractal.dpx
convert testFractal.dpx -depth 16 testFractal.exr
composite testFractal.dpx testFractal.exr -compose difference testDiff.exr
convert testDiff.exr -contrast-stretch 0 testDiff.exr