Re: run script for batch convert files
Posted: 2017-10-27T10:09:47-07:00
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
or
Does either work?
That is in your Cygwin window do
Code: Select all
convert 8.jpg x.png
Code: Select all
magick 8.jpg x.png