« HylaFaxLTSP »

ImageMagick

07/31/04

Permalink 08:50:18 am, by admin Email , 159 words   English (US)
Categories: Install Notes, RedHat

ImageMagick

Goal : Install ImageMagick with multi-page TIFF and JPEG support.

Target System : RedHat 8 and above

1. Create a archive directory.

> mkdir /root/archive

2. Install JPEG library from ftp://ftp.uu.net/graphics/jpeg/

> cd /root/archive
> wget --passive-ftp ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
> tar -xvzf jpegsrc.v6b.tar.gz
> cd jpeg-6b
> ./configure
> make
> make install

3. Install TIFF library from ftp://ftp.remotesensing.org/pub/libtiff/

> cd /root/archive
> wget --passive-ftp ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.6.1.tar.gz
> tar -xvzf tiff-v3.6.1.tar.gz
> wget --passive-ftp ftp://ftp.remotesensing.org/pub/libtiff/libtiff-lzw-compression-kit-1.5.tar.gz
> tar -xvzf libtiff-lzw-compression-kit-1.5.tar.gz
> cd libtiff-lzw-compression-kit-1.5
> cp tif_lzw.c ../tiff-v3.6.1/
> cd ../tiff-v3.6.1
> ./configure --noninteractive
> make
> make install

4. Install ImageMagick software from http://www.imagemagick.org

> cd /root/archive
> wget --passive-ftp ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-5.5.7-16.tar.gz
> tar -xvzf ImageMagick-5.5.7-16.tar.gz
> cd ImageMagick-5.5.7
> ./configure --enable-lzw --disable-installed --without-perl
> make
> make install

And that's it!


July 2010
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Reliable Penguin offers Linux Server Migrations, Systems Administration & Programming. Visit our main website at:

http://www.reliablepenguin.com

Search

Bookmark and Share

XML Feeds

powered by b2evolution