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.
How to use ImageMagick's Script
How to use ImageMagick's Script
OS: Windows 7 Ultimate, 32-Bit
CPU: Intel Core i3 2350M @ 2.30GHz
RAM: 2.00 GB Single-Channel DDR3 @ 665MHz
IM Version: 6.8.3-8 2013-03-04 Q16
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
CPU: Intel Core i3 2350M @ 2.30GHz
RAM: 2.00 GB Single-Channel DDR3 @ 665MHz
IM Version: 6.8.3-8 2013-03-04 Q16
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to use ImageMagick's Script
Sorry. My scripts are not bat files. They are unix shell scripts and only run on Linux, Mac or Windows with Cygwin.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.
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
If I install cygwin, will your script work as commandline executable or as batch file?
OS: Windows 7 Ultimate, 32-Bit
CPU: Intel Core i3 2350M @ 2.30GHz
RAM: 2.00 GB Single-Channel DDR3 @ 665MHz
IM Version: 6.8.3-8 2013-03-04 Q16
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
CPU: Intel Core i3 2350M @ 2.30GHz
RAM: 2.00 GB Single-Channel DDR3 @ 665MHz
IM Version: 6.8.3-8 2013-03-04 Q16
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to use ImageMagick's Script
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 usuallyRyanBram wrote:If I install cygwin, will your script work as commandline executable or as batch file?
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.