Code: Select all
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity center -crop 800x533+0+0 +repage OrigFile OutputFile1
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity North -crop 800x533+0+0 +repage OrigFile OutputFile2
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity South -crop 800x533+0+0 +repage OrigFile OutputFile3I 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.
TIA