32 bit TIFF to EXR
Posted: 2013-10-26T16:57:34-07:00
Hi,
I'm trying to convert a 32 bit TIFF file to an EXR. After a long struggle I've finally compiled ImageMagick with HDRI, OpenEXR, libtiff and a quantum depth of 32 but when I execute
I get an error stating
I'm converting the image for a friend and I'd really appreciate some help. I'm using Ubuntu 13.04. (Raring Ringtail)
Thanks,
YM
I'm trying to convert a 32 bit TIFF file to an EXR. After a long struggle I've finally compiled ImageMagick with HDRI, OpenEXR, libtiff and a quantum depth of 32 but when I execute
Code: Select all
convert -depth 32 -define quantum:format=floating-point ~/Downloads/dem_asc_half1.tif conv.exr
convert: Sorry, can not handle images with 32-bit samples. `/home/ym/Downloads/dem_asc_half1.tif' @ error/tiff.c/TIFFErrors/563
I'm converting the image for a friend and I'd really appreciate some help. I'm using Ubuntu 13.04. (Raring Ringtail)
Thanks,
YM