[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Image Magick or NetPBM on RaQ4i
- Subject: RE: [cobalt-users] Image Magick or NetPBM on RaQ4i
- From: "Matt Brown" <matt@xxxxxxxxxxxxxxxxxx>
- Date: Sun Apr 21 06:15:09 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I know there are instructions on the UK2RAQ site
> but these now
> appear to be quite old and the verions information is a little
> dated. I only
> need the resize functions of either of these programs, and any help,
> pointers or links to additional help would be gratefully received.
I, just two days ago followed the instructions from
http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=87 and had no problems.
I use the mogrify feature of it all the time, without any problems on a
RaQ4i.
**Due to the instructions being copyrighted I do not wish to re-post them
all here.**
Follow all the instructions posted and substitute the following commands.
Instead of
wget ftp://ftp.imagemagick.org/pub/ImageMagick/imageMagick-5.3.9.tar.gz
do
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-5.4.4-5.tar.gz
(Gets you the latest version)
Instead of
tar -zxvf ImageMagick-5.3.9.tar.gz
do
tar -zxvf ImageMagick-5.4.4-5.tar.gz
Instead of
cd ImageMagick-5.3.9
do
cd ImageMagick-5.4.4-5
and use the same .configure method.
make
make install
Be warned the source is very large, and takes a while to compile on a RaQ4i.
I found that with the source and the compiled binaries on the / partition it
filled my drive to 98%, after deleting the source from /usr/local/download
this went down to 84% .. so be warned :-)
Matt Brown