Execute the following at the folder containing the images
for f in *.png; do echo "Converting $f"; convert "$f" eps3:"$(basename "$f" .png).eps"; done
Good luck!
Execute the following at the folder containing the images
for f in *.png; do echo "Converting $f"; convert "$f" eps3:"$(basename "$f" .png).eps"; done
Good luck!
Subscribe to get the latest posts sent to your email.
Leave a comment