tree: 7a4b4f96d22880aa84b1b75613f22ac0606bbbaf [path history] [tgz]
  1. eclipse-css/
  2. eclipse-png/
  3. eclipse-svg/
  4. tools/
  5. .gitignore
  6. .project
  7. pom.xml
  8. README.md
org.eclipse.images/README.md

org.eclipse.images

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:

  • As GIMP palette (file extension “.gpl”) (can be used in Inkscape as well)
  • As Adobe Illustrator document (file extension “.ai”)
  • As Adobe color file (file extension “.aco”)

Generate png files

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

Eclipse Public License (EPL) v1.0