在 ArgoUML 中导出图形分辨率
有没有办法在 ArgoUML 中控制导出的 PNG 图像的分辨率?
无法找到任何方法来创建更高分辨率的输出,并且对于我们迄今为止创建的大多数 UML,导出的图形的默认分辨率无法用于在文档中导入和打印它们 - 大多数标签和注释几乎不可读。
Is there a way to control the resolution of an exported PNG image in ArgoUML?
Can't find any way to create a higher resolution output and the default resolution of exported grpahics is not useable for importing and printing them within a document for most UMLs we've created so far - most labels and annotations are barely readable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
哦!
第二次(第三次..)查看时,发现环境下有一个设置:
将图形导出分辨率设置为高时,一切都很好!
这是默认的..
D'Oh!
On second (3rd..) look it turns out that there's a setting under Environment:
When setting the Graphics Export Resolution to High all is good!
Which that was the default..
PNG 导出器以屏幕分辨率(~75-100 dpi)写入,在打印分辨率(300+ dpi)下看起来会非常小。您可以让文档工具放大图像,这看起来有点厚重,但可能有用,或者您可以选择比 PNG 或 GIF 等光栅格式更适合打印的矢量格式。
ArgoUML 同时支持 SVG 和 EPS,这可能是更好的选择,具体取决于您的文档编辑器/处理器接受的内容。
The PNG exporter writes at screen resolution (~75-100 dpi) which will look quite small at print resolutions (300+ dpi). You can have your document tool scale the image up, which will look kind of chunky, but will probably be usable, or you can choose a vector format which is more appropriate for printing than a raster format like PNG or GIF.
ArgoUML supports both SVG and EPS which would probably be better choices depending on what your document editor/processor accepts.