HDRI - -auto-level not working
Posted: 2010-05-16T18:42:23-07:00
Hello again!
It seems that probably while solving the quanta problems something has broke in the -auto-level command in the HDRI-enabled version...
Here are the example files:
http://rnbc.dyndns.org/pub/imagemagick_bug_auto_level/
PS: I only found this today because most of the time I use some form of tonemapping, which happens to mask the problem...
It seems that probably while solving the quanta problems something has broke in the -auto-level command in the HDRI-enabled version...
Code: Select all
~/ImageMagick-6.6.1-5/installed/bin/convert input.exr -auto-level -gamma 2.0 -depth 8 -interlace line -quality 98 -sampling-factor 1x1 output_ok.jpg
Code: Select all
~/ImageMagick-6.6.1-9/installed/bin/convert input.exr -auto-level -gamma 2.0 -depth 8 -interlace line -quality 98 -sampling-factor 1x1 output_ko.jpg
Here are the example files:
http://rnbc.dyndns.org/pub/imagemagick_bug_auto_level/
PS: I only found this today because most of the time I use some form of tonemapping, which happens to mask the problem...