Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试生成 EPS 徽标的 PNG 预览。目前我正在使用
convert -colorspace RGB -density 300 /path/to/eps /path/to/png
这适用于大约 70% 的徽标。有一些标志预览没有显示完整的标志,而是从左下角开始的原始标志的一小部分。我正在浏览文档,你可以做很多事情来转换它,很难找到一个潜在的解决方案。
有没有人遇到过这个?我可以保持原始大小,但我确实想要图像中存在的透明度。