Page 1 of 1

How to install tiff delegate while using IM binary

Posted: 2011-02-09T05:50:02-07:00
by Rasmi Teja
Hi,

I have installed IM from binary on my solaris unix machine.
It doesnot support tiff file format images.
I need to install tiff delegate.

Can u please help me how to install tiff delegate.Is there any version comaptibility between IM and tiff delegate.

I heard we need to re install IM.Do we need to reinstall IM after installing tiff delegate. How can we reinstall IM which is binary.

If this is not possible guide me with alternate solution in detail as i am new to IM.

Thanks in advance

Re: How to install tiff delegate while using IM binary

Posted: 2011-02-09T07:20:00-07:00
by magick
Install the TIFF delegate library on your system. Now download the ImageMagick source and unpack. Next run the configure script:
  • cd ImageMagick 6.6.7-6
    ./configure
Look at the last 50 or so lines of the output and ensure ImageMagick detected the TIFF delegate library:
  • TIFF --with-tiff=yes yes
If it does not say 'yes', look at config.log to determine why the TIFF library failed to validate and fix the problem. Once TIFF is validated, type
  • make
    make install
and ImageMagick now supports the TIFF image format on your system.

Re: How to install tiff delegate while using IM binary

Posted: 2011-02-09T09:32:27-07:00
by Rasmi Teja
Cant we install Tiff with IM binary.

Please guide me with details steps for installing tiff delegate.

Re: How to install tiff delegate while using IM binary

Posted: 2011-02-09T09:46:39-07:00
by Rasmi Teja
Thanks for help.

Please guide us on step by step installation process to install tiff delegate and IM from source.

Re: How to install tiff delegate while using IM binary

Posted: 2011-02-09T09:59:11-07:00
by magick
See http://www.imagemagick.org/script/install-source.php for instructions for installing ImageMagick from source. TheSee the TIFF website for details about installing the TIFF delegate library.