run script for batch convert files

A plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: run script for batch convert files

Post by fmw42 »

Try to cd to the directory with the image and then run the script making the output in the same place. That way you are not using paths to the files.

That is in your Cygwin window do

Code: Select all

convert 8.jpg x.png
or

Code: Select all

magick 8.jpg x.png
Does either work?
Post Reply