We use our own conversion from RAW format to TIFF for various purpose (with Dcraw)
then we would like to use PTGui for stitching and HDR reconstruction.
Our current trouble is that when we input our linear 16bit TIFF image to PTGui it automatically consider that this TIFF is in sRGB, exactly like if we provide a JPEG.
This is a problem for us because our TIFF image is in linear RGB, not in sRGB.
PTGui perform the conversion from sRGB to linear on our TIFF file, then convert to HDR which is wrong. This has been confirm by using Nuke to transform our TIFF to sRGB before feeding it to PTGui (even if it make no sense here).
So our question, how can we tell to PTgui that our input image is already in linear format ?
Thanks