Skip to content

Instantly share code, notes, and snippets.

@panda1100
Created October 2, 2018 01:47
Show Gist options
  • Save panda1100/1d17a2d0c40bed0a7e4ad222620d5095 to your computer and use it in GitHub Desktop.
Save panda1100/1d17a2d0c40bed0a7e4ad222620d5095 to your computer and use it in GitHub Desktop.
for f in `find *.png `
do
convert $f ${f%.*}.eps
#convert -density 300 $f ${f%.*}.pdf
#pdftops -eps ${f%.*}.pdf
#rm ${f%.*}.pdf
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment