gs -sDEVICE=jpeg -dJPEGQ=100 -dNOPAUSE -dBATCH -dSAFER -r300-sOutputFile=myfile.jpg myfile.eps
This produces huge files. You can trim and resize them in image magick:
mogrify -trim -resize 800x600 myfile.jpg
发表评论
0 评论:
发表评论