WMF指*.WMF格式文件。即图元文件。图元文件的扩展名包括.wmf和.emf两种。它是微软公司定义的一种Windows平台下的图形文件格式。
在ubuntu下面转的时候遇到以下问题:
convert-im6.q16: unable to read font `fixed' @ error/annotate.c/RenderFreetype/1362.
convert-im6.q16: non-conforming drawing primitive definition `text' @ error/draw.c/DrawImage/3259.
解决办法如下:
apt install libfreetype6-dev apt install libfontconfig1-dev apt install ttf-mscorefonts-installer apt install ghostscript
转载请注明
作者:海底苍鹰
地址:http://blog.51yip.com/server/1890.html