A new OS experience

2008-05-02

Image Magick Update

I couldn't find ImageMagick in the repositories, and the version I had was old:

$ convert --version

which returned ImageMagick-6.1.4

I downloaded ImageMagick 6.4.1 from their site and built it from source:

$ sudo tar -zxvf ImageMagick-6.4.1-0.tar.gz
$ cd ImageMagick-6.4.1
$ sudo ./configure
$ sudo make
$ sudo make install

and verfied installation:

$ /usr/local/bin/convert logo: logo.gif

This program is part of the requirement for dvd-slideshow.

No comments: