Exr support for convert.exe tool

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Exr support for convert.exe tool

Post by fmw42 »

I am not sure I can help much. But did you actually install (./configure, make, make install) OpenEXR from http://www.openexr.com/index.html. If so, you must install IM afterwards.

If installed properly, you can

convert -list configure

and look at the line starting with DELEGATES to see if openexr shows. For example from my system:

DELEGATES bzlib fontconfig freetype jpeg jp2 lcms lqr openexr png tiff x11 xml zlib


Also note, to my knowledge, IM only supports the 16-bit floating-point format, called "half".
Post Reply