用 tikz 绘制的图形只能在pdf中浏览。可用以下的办法转换成png图片。
- $ pdflatex tikz.tex
-
$ convert -density 600x600 tikz.pdf -quality 100 -resize 1900x1200 tikz.png
-
$ convert -crop 100%x50% tikz.png tikz.png // split page number
-
$ convert tikz-0.png -trim tikz.png // trim whitespace
将pdf转成png的时间花费真大呀... 不知道 -density 多少才是合适的...
阅读(2757) | 评论(0) | 转发(0) |