org.eclipse.images provides svg versions of the Eclipse SDK images. The “eclipse-svg” folder contains svg version of the icons, while the “eclipse-png” folder contain generated png files. These icons can be used in custom Eclipse plug-ins or in arbitrary rich client applications. The “tools” folder contains the eclipse style color palette in differnent file formats:
To generate the png files based on the svg files, see the README.md file in the org.eclipse.images.renderer plug-in.
When you add a file “example.svg”, also add both the generated “example.png” and “example@2x.png”.
##License