Created
October 2, 2018 01:47
-
-
Save panda1100/1d17a2d0c40bed0a7e4ad222620d5095 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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