can't find command line
-
- Posts: 1
- Joined: 2014-04-08T07:44:36-07:00
- Authentication code: 6789
can't find command line
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
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.
On Windows you run it through the Windows command line.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: can't find command line
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/
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/
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: can't find 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".andyswilson wrote:I suspect I'm being very stupid or the prog has installed wrongly but I can't find a command line.
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