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
How to install tiff delegate while using IM binary
-
- Posts: 7
- Joined: 2011-02-08T07:23:31-07:00
- Authentication code: 8675308
Re: How to install tiff delegate while using IM binary
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
- TIFF --with-tiff=yes yes
- make
make install
-
- Posts: 7
- Joined: 2011-02-08T07:23:31-07:00
- Authentication code: 8675308
Re: How to install tiff delegate while using IM binary
Cant we install Tiff with IM binary.
Please guide me with details steps for installing tiff delegate.
Please guide me with details steps for installing tiff delegate.
-
- Posts: 7
- Joined: 2011-02-08T07:23:31-07:00
- Authentication code: 8675308
Re: How to install tiff delegate while using IM binary
Thanks for help.
Please guide us on step by step installation process to install tiff delegate and IM from source.
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
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.