I build a HDRI version of IM, for installing in a specific sub-directory...
Code: Select all
MAGICK_HOME=/opt/im_hdri
./configure --prefix=$MAGICK_HOME --enable-hdri --disable-installed \
--enable-shared --disable-static --without-modules --with-x \
--without-perl --without-magick-plus-plus --disable-openmp \
--with-autotrace --with-wmf --with-gslib --with-rsvg --with-xml \
CFLAGS=-Wextra
When I run it I use...
Code: Select all
export MAGICK_HOME=/opt/im_hdri
export PATH="$MAGICK_HOME/bin:$PATH"
export LD_LIBRARY_PATH="$MAGICK_HOME/lib:$LD_LIBRARY_PATH"
convert ....
EG:
Code: Select all
hdri convert ....
Code: Select all
hdri convert -version
Version: ImageMagick 6.8.5-5 2013-05-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC HDRI
Delegates: autotrace bzlib djvu mpeg fftw fontconfig freetype gslib jng jp2 jpeg lcms lqr pango png ps rsvg tiff wmf x xml zlib
Code: Select all
convert -verbose -list configure
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
FEATURES
NAME ImageMagick
QuantumDepth 16
convert: unable to access configure file `configure.xml' @ warning/configure.c/GetConfigureOptions/616.
/opt/im_hdri/lib/ImageMagick-6.8.5/config-Q16HDRI/configure.xml
but the file is not being found by the above convert command in the MAGICK_HOME directory.
Either it is not being installed in the right place, or IM is not looking in the right place.
I get a similar problem with...
Code: Select all
hdri convert -list fonts
convert: unrecognized list type `fonts' @ error/convert.c/ConvertImageCommand/1949.