You are not logged in.

#1 2007-12-20 19:01:50

Bes
Member
Registered: 2007-06-20
Posts: 79

[SOLVED] Why doesn't imagemagick work off the command line?

Hi

I want to do some experimentation with ImageMagick.

Pacman says it is installed and I can find various dirs called ImageMagick, but I can't find an actual binary to run commands against.

Can anyone help please?

Thanks

Last edited by Bes (2007-12-20 21:40:37)

Offline

#2 2007-12-20 19:09:03

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: [SOLVED] Why doesn't imagemagick work off the command line?

There are different binarys for the different "jobs".
You can read the man-pages to find out what "job" each binary can do.
To resize a image you have to use /usr/bin/convert for example.

"pacman -Ql imagemagick | grep bin" lists the binarys installed with imagemagick

$ pacman -Ql imagemagick | grep bin
imagemagick /usr/bin/Magick++-config
imagemagick /usr/bin/Magick-config
imagemagick /usr/bin/Wand-config
imagemagick /usr/bin/animate
imagemagick /usr/bin/compare
imagemagick /usr/bin/composite
imagemagick /usr/bin/conjure
imagemagick /usr/bin/convert
imagemagick /usr/bin/display
imagemagick /usr/bin/identify
imagemagick /usr/bin/import
imagemagick /usr/bin/mogrify
imagemagick /usr/bin/montage
imagemagick /usr/bin/stream

Last edited by SiD (2007-12-20 19:09:35)

Offline

#3 2007-12-20 19:13:36

Bes
Member
Registered: 2007-06-20
Posts: 79

Re: [SOLVED] Why doesn't imagemagick work off the command line?

Aha! I see- thanks SiD!

Offline

Board footer

Powered by FluxBB