afternoon !
here are all the test renders which can highlight the interpretation differences between these differents files and their respective embeded metadata by [‘microsoft photos’, ‘hdr + wcg image viewer’] :
onedrive
here is a list of all the images displaying as intended equally to the original :
obs.jxr
shadowplay.jxr
xboxgamebar.jxr
here is a list of all the images not displaying as intended no where near the original [dull, completely washed out] :
resolveexport.exr
resolveexport.png
resolveexport.tif
obs_jxrdecappconvert.tif
obs_jxrdecappconvert.tif :
screenshot from obs converted with jxrlib with : jxrdecapp.exe -i 'obs.jxr' -o 'obs_jxrdecappconvert.tif'
obs.jxr : screenshot from obs
shadowplay.jxr : screenshot from shadowplay
xboxgamebar.jxr : screenshot from xbox gamebar
resolveexport.exr : export from davinci resolve from the deliver tab [‘exr’, ‘rgb float’]
resolveexport.png : export from davinci resolve from the deliver tab [‘png’, ‘rgb 16 bits’]
resolveexport.tif : export from davinci resolve from the deliver tab [‘tif’, ‘rgb 16 bits’]
strange thing is comparing 2 images :
1 that do display as intended equally as the original :
magick identify -verbose 'obs_jxrdecappconvert.tif'
and 2 that does not display as the original :
magick identify -verbose 'resolveexport.tif'
, with ‘imagemagick’, the ‘color space’ appears to be the same ‘srgb’ and the transfert function ‘rendering intent: perceptual’|‘gamma: 0.454545’ appears to be the same, while 1 is clearly displaying as rec 2100 pq (perceptual quantizer) and 2 as rec 709|srgb.
there is a difference of interpretation based on the metadata in the files that gives the viewer the ‘color space’ and ‘transfert function’ to use when displaying the image !
but how to identify (with what software) this different information ?
where is located this different information in the metadata ?
how to edit this information ?
how to edit this information ?