Test Variations of the Eclipse Icon#2008
Test Variations of the Eclipse Icon#2008Michael5601 wants to merge 1 commit intoeclipse-platform:masterfrom Michael5601:TryEclipseIconVariations
Conversation
I think you mean |
But only on windows. macOS windows don't have a program icons. |
yes was a copy error, thanks. |
ah this was new to me. Good to know. |
There was a problem hiding this comment.
I have started testing the proposed icons at 100% zoom. Unfortunately, both versions don't look good to me. The 1.0px space version looks blurry, whereas in the 1.25px space version the spaces look to large to me (compared to the original icon).
The following screenshots show the existing PNG icon to the left and the SVG icon to the right.
When taking a look at the SVG (of the 1.0px_space version), I see that the white lines are placed in the middle of a pixel, leading to blurry rasterization due to anti aliasing. When I move the lines to fit into pixel it looks better to me:
100%:

125%:

150%:

175%:

|
Thanks for testing @HeikoKlare. As I stated before I also saw the problems with 1.0px and 1.25px and proposed to additionally try 1.15px but your solution to align the 1.0px lines pixel perfect looks even better. With this information I propose to add the Eclipse Icon as SVG to the Plugins with the following specification: |
Yes. It's important not align horizontal and vertical lines at exact pixel borders. |
Yes that sounds good. |
|
Thank your for the input @HeikoKlare and @BeckerWdf. |


This draft is created in the context of this issue and allows analyzing different variations of the Eclipse Icon.
How to test:
I added three different variations as SVG of the eclipse icon in different sizes to the bundle
org,eclipse.sdk:eclipse16.svg: Normal eclipse icon as SVG. After rendering + antialiasing the white lines in the middle of the eclipse icon look like one white block.eclipse16_1.0_space.svg: Variation of the eclipse icon where the white space and the blue lines in the middle of the icon each are 1.0px high.eclipse16_1.25_space.svg: Same as above but lines and white space are 1.25px high.To change the currently used icons the
plugin.xmlof the bundleorg.eclipse.sdkneeds to be adjusted. The default of this draft is the 1.0px variation. The icons can be found in the top left corner of the window or in the about dialog found in the toolbar entryHelp->About Eclipse IDE.Screenshots can be found in the above cited issue.