Page 1 of 1

How to use ImageMagick's Script

Posted: 2014-02-07T04:30:02-07:00
by RyanBram
Sorry for being so stupid.
As an user of ImageMagick for a year (though not really active in forum), I still don't understand how to use ImageMagick Script such as provided by Fred?

Usually, I am always store my ImageMagick Script in .bat format to automatically my task.

Regards.

Re: How to use ImageMagick's Script

Posted: 2014-02-07T10:46:05-07:00
by fmw42
RyanBram wrote:Sorry for being so stupid.
As an user of ImageMagick for a year (though not really active in forum), I still don't understand how to use ImageMagick Script such as provided by Fred?

Usually, I am always store my ImageMagick Script in .bat format to automatically my task.

Regards.
Sorry. My scripts are not bat files. They are unix shell scripts and only run on Linux, Mac or Windows with Cygwin.

If you are on Windows, the only way to use my scripts is to install Cygwin (a unix like setup for Windows).

Re: How to use ImageMagick's Script

Posted: 2014-02-07T17:14:13-07:00
by RyanBram
If I install cygwin, will your script work as commandline executable or as batch file?

Re: How to use ImageMagick's Script

Posted: 2014-02-07T18:50:21-07:00
by fmw42
RyanBram wrote:If I install cygwin, will your script work as commandline executable or as batch file?
They are shell scripts. When run, they process typically one image (not a group of images). They do not work by dropping images on them. They are run from the command line. Syntax is usually

scriptname arguments input output

I am not a Windows user, but have been told that they do run under Cygwin. see http://www.imagemagick.org/Usage/windows/#cygwin

There are some pointers for setup that may or may not be appropriate to Cygwin environment. See my home page for those Pointers.