Re: EXR conversion from TIF oddness
Posted: 2011-07-08T05:13:27-07:00
As mentioned the problem you reported is fixed in ImageMagick 6.7.1-0 Beta. We'll release 6.7.1 within a few days.
With 6.7.1 we get:
Let's try EXR without any colorspace option:
With 6.7.1 we get:
- -> convert -colorspace sRGB testchart.tif -colorspace sRGB testchart.exr
-> compare -metric rmse testchart.exr testchart.tif null:
6.54481 (9.98674e-05)
Let's try EXR without any colorspace option:
- -> convert testchart.tif testchart.exr
-> compare -metric rmse testchart.exr testchart.tif null:
6.54481 (9.98674e-05)
- -> convert -colorspace sRGB testchart.tif -colorspace sRGB testchart-1.tif
-> compare -metric rmse testchart-1.tif testchart.tif null:
0 (0)