possible bug/change in exr format IM 6.7.6.9 Q16
Posted: 2012-05-10T14:59:25-07:00
IM 6.7.6.9 Q16 hdri Mac OSX Snow Leopard.
I am having some trouble with all my tonemapping scripts. Seems as though they do not process exr images the same as they used to. I tracked it down to the very first step applying a log to the image. However, it does not seem to be related to using HDRI mode as it happens with or without HDRI.
Origninal:
http://www.fmwconcepts.com/misc_tests/e ... _small.exr
Old IM (6.7.4.10 hdri):
im6 convert doll_small.exr -evaluate log 10000 doll_small_log10000_old.jpg
New IM (6.7.6.9 hdri):
convert doll_small.exr -evaluate log 10000 doll_small_log10000_new.jpg
I note a report and possible change from viewtopic.php?f=2&t=20895&hilit=exr
1) What release was this done, if at all? The changelog seems to indicate a change in 6.7.6.9
2) Are you sure if the information stated by that user was correct?
3) If the change is correct, then how would I modify my scripts to reproduce the earlier results? Adding -gamma .4545 is way too dark and -gamma 2.2 is way too light
Edit:
Seems like adding -set colorspace sRGB may be the solution since it appears to work above. But I am having trouble finding where to put it so that it makes the scripts work.
See the following post about potentially a more fundamental issue, but related to the above.
I am having some trouble with all my tonemapping scripts. Seems as though they do not process exr images the same as they used to. I tracked it down to the very first step applying a log to the image. However, it does not seem to be related to using HDRI mode as it happens with or without HDRI.
Origninal:
http://www.fmwconcepts.com/misc_tests/e ... _small.exr
Old IM (6.7.4.10 hdri):
im6 convert doll_small.exr -evaluate log 10000 doll_small_log10000_old.jpg
New IM (6.7.6.9 hdri):
convert doll_small.exr -evaluate log 10000 doll_small_log10000_new.jpg
I note a report and possible change from viewtopic.php?f=2&t=20895&hilit=exr
1) What release was this done, if at all? The changelog seems to indicate a change in 6.7.6.9
2) Are you sure if the information stated by that user was correct?
3) If the change is correct, then how would I modify my scripts to reproduce the earlier results? Adding -gamma .4545 is way too dark and -gamma 2.2 is way too light
Edit:
Seems like adding -set colorspace sRGB may be the solution since it appears to work above. But I am having trouble finding where to put it so that it makes the scripts work.
See the following post about potentially a more fundamental issue, but related to the above.