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?".
These all work perfectly well, though the problem is I have to run convert.exe 3 times for every image. How would I launch it once and have it do all 3 crops at one go? The only difference is the -gravity.
I am on Windows 7, and I am launching convert.exe from another program. I can either use either the command-line or read commands from a file, no prob. Input and output files are all jpg. Would appreciate the correct syntax to "stack" these commands.
The input file, OrigFile, should be placed before all those options, not after. This not only runs convert 3 times, but reads the input 3 times, resizes 3 times and unsharps 3 times.