Page 2 of 2

Re: run script for batch convert files

Posted: 2017-10-27T10:09:47-07:00
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?