I tried a conversion of a DPX file (Log, 10 bits) to a Tif file.
And my tif file gets darker than the original file.
then I tried to convert first to EXR and then to Tif.
The result Tif file is the same color as expected from the Dpx file.
I suppose some default parameter are used in the DPX to Tif conversion, not used in the DPX to EXR...
Or is it a bug? If someone had the same problem, and found a solution, let me know.
The command i run are really simple:
bad result(darker) in the tif file:
Code: Select all
convert myFile.dpx myFile.tif
Code: Select all
convert myFile.dpx myFile.exr
convert myFile.exr myFile.tif