EXR supported build

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
chaney

EXR supported build

Post by chaney »

Hello ,

I need a good dpx/cineon to exr converter for CentOS release 5.5 (Final) .

So I attempted to configure with
setenv LD_LIBRARY_PATH /usr/local/lib // Where exr libraries are
setenv PKG_CONFIG /tmp/openexr-1.7.0/ // Where OpenEXR.pc resides for this test
./configure --enable-hdri --with-openexr=yes

After configuration , I get :

-------------------------------------------------------------
checking for OPENEXR...
-------------------------------------------------------------

and then

High Dynamic Range Imagery
--enable-hdri=yes yes
OpenEXR --with-openexr=yes no

I cannot get the exr to work . Any suggestions ?

Thank You
chaney

Re: EXR supported build

Post by chaney »

Case closed .

Using this
viewtopic.php?f=2&t=16875&start=0

And then setting
setenv PKG_CONFIG_PATH /tmp/openexr-1.7.0/lib/pkgconfig:/tmp/ilmbase-1.0.2/lib

seems to have resolved the issue
Post Reply