can't find command line

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
andyswilson
Posts: 1
Joined: 2014-04-08T07:44:36-07:00
Authentication code: 6789

can't find command line

Post by andyswilson »

I suspect I'm being very stupid or the prog has installed wrongly but I can't find a command line. I can import the image I want to convert but can find no edit options except Trim etc in the edit menu. What have I done?!
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: can't find command line

Post by Bonzo »

How did you intend on running the code - what platform. Are you trying to run it in Imagemagick display?

On Windows you run it through the Windows command line.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: can't find command line

Post by fmw42 »

Imagemagick is run from the command line in a terminal window. There is a minimal GUI in unix when you display the image from a terminal window and then click on the image. Otherwise, it is run only from a terminal by typing the command line you want to do for processing. There are two web-based versions that you can use. see

http://www.imagemagick.org/MagickStudio ... Studio.cgi
http://jqmagick.imagemagick.org/

As for commands, see
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/script/comma ... ptions.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: can't find command line

Post by snibgo »

andyswilson wrote:I suspect I'm being very stupid or the prog has installed wrongly but I can't find a command line.
None of the ImageMagick programs have a command line. They can all be run from your operating system's command line, also known as "command prompt" or "console".

The main program is "convert" which is very powerful but not interactive. "display" or "imdisplay" is an interactive viewer with a few very limited manipulations.
snibgo's IM pages: im.snibgo.com
Post Reply