Page 1 of 1

can't find command line

Posted: 2014-04-08T08:01:42-07:00
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?!

Re: can't find command line

Posted: 2014-04-08T09:19:57-07:00
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.

Re: can't find command line

Posted: 2014-04-08T09:38:50-07:00
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/

Re: can't find command line

Posted: 2014-04-08T10:41:06-07:00
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.