简体   繁体   English

如何以高分辨率将Eclipse UML图另存为图像?

[英]How to save Eclipse UML Diagram as image in a high resolution?

About Activity Diagram created in Eclipse (Neon.2(4.6.2)), I can zoom in the diagram (max 400%) for the details in Eclipse. 关于在Eclipse(Neon.2(4.6.2))中创建的活动图,我可以放大图(最大400%)以获取Eclipse中的详细信息。 But, if I save the diagram via "File->Save as Image file", and reopen the image file via any regular image application, the image become blurry if I rescale it. 但是,如果我通过“文件”->“另存为图像文件”保存图表,并通过任何常规图像应用程序重新打开图像文件,则如果重新缩放图像,图像将变得模糊。

So, how can I export the image in a high resolution from Eclipse? 那么,如何从Eclipse以高分辨率导出图像?

When you save the diagram with "File->Save as Image file", change the image format to SVG (Scalable Vector Graphics). 当使用“文件”->“另存为图像文件”保存该图时,请将图像格式更改为SVG(可缩放矢量图形)。 As SVG is supported on any modern web browser, you can look into the detail of the diagram on your browser via: 由于任何现代Web浏览器都支持SVG,因此您可以通过以下方式在浏览器中查看图表的详细信息:

  • Press Ctrl and + to zoom in 按Ctrl和+放大
  • Press Ctrl and - to zoom out 按Ctrl和-缩小
  • Press Ctrl and 0 to restore the original size 按Ctrl和0还原为原始大小

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM