We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Eclipse 有一个 用户界面指南 wiki 页面,其中描述了如何创建您自己的图标。此外,它还包括几个常见元素的模板,您可以将其用作您自己的图标的基础:
有可能你想要的图标不可用,但值得一试。
Eclipse has a User Interface Guidelines wiki page, where it is described how to create your own icons. Also, it includes several templates of the common elements, which you can use for base of your own icons:
There is a chance that the icon you want is not available, but it is worth a try.
Eclipse 上有一个 GIT 存储库,其中包含许多图标的 SVG 源: https://git.eclipse.org/c/platform/eclipse.platform.images.git/
它没有全部,因为图标的 SVG 版本是作为一个单独的项目开始的,然后它被 Eclipse 采用。然而,它是创建您自己的遵循 Eclipse 风格的图标的一个很好的来源。
There is a GIT repository at Eclipse with SVG sources for many of the icons: https://git.eclipse.org/c/platform/eclipse.platform.images.git/
It doesn't have all of them, since the SVG version of the icons started as an individual project, and then it was adopted by Eclipse. However it's a great source to create your own icons that follows the Eclipse style.
最简单的方法是使用插件图像浏览器:
您可以浏览 Eclipse 中所有可用的图像;选择一个以获取更多信息,然后按“保存”图标将其保存到某处。
另请参见 https://help.eclipse.org/2018-12/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fviews%2Fimage_browser_view.htm
The easiest way is to use the Plug-in Image Browser:
You can browse all the images available in your Eclipse; select one to have further information and then press the "Save" icon to save it somewhere.
See also https://help.eclipse.org/2018-12/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fviews%2Fimage_browser_view.htm
我认为这些图标不能以矢量形式提供,因为它们是为了在小(16x16px)分辨率下看起来很好而设计的。这不能通过简单地缩小矢量图形来实现。
I don't think that the icons are available as a vector form, as they were crafted to look good on that small (16x16px) resolution. That cannot be reached by simply downsizing a vector graphic.