ImageMagick with EXR support
Posted: 2012-06-14T08:02:29-07:00
Hello,
I am trying to install ImageMagick with EXR support but every time the configuration step ends I get:
I have used this command
Prior to do this I had those installed
zlib, IlmBase and openexr
I can display exr with openexr-viewer (exrdisplay)
Does anyone know about it ?
I am trying to install ImageMagick with EXR support but every time the configuration step ends I get:
Code: Select all
Delegate Configuration:
BZLIB --with-bzlib=yes no
Autotrace --with-autotrace=no no
Dejavu fonts --with-dejavu-font-dir=default none
DJVU --with-djvu=yes no
DPS --with-dps=yes no
FFTW --with-fftw=yes no
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes no
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (9.00)
Ghostscript fonts --with-gs-font-dir=default /usr/share/ghostscript/fonts/
Ghostscript lib --with-gslib=no no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes no
JPEG-2000 --with-jp2=yes no
LCMS v1 --with-lcms=yes no
LCMS v2 --with-lcms2=yes no
LQR --with-lqr=yes no
LZMA --with-lzma=yes no
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes no
PERL --with-perl=no no
PANGO --with-pango=yes no
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes no
WEBP --with-webp=yes no
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=no no
X11 --with-x= yes
XML --with-xml=yes no
ZLIB --with-zlib=yes yes
Code: Select all
./configure --with-openexr=yes --with-modules=yes --with-bzlib=yes --with-fftw=yes --with-tiff=yes
zlib, IlmBase and openexr
I can display exr with openexr-viewer (exrdisplay)
Does anyone know about it ?