Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/common_wizard_elements
Work on wizard elements icons (from eclipse.org)
https://github.com/jmini/common_wizard_elements
eclipse eclipse-wizard-icons icons wizard-elements
Last synced: 13 days ago
JSON representation
Work on wizard elements icons (from eclipse.org)
- Host: GitHub
- URL: https://github.com/jmini/common_wizard_elements
- Owner: jmini
- License: epl-1.0
- Created: 2014-08-03T04:40:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T11:39:27.000Z (about 10 years ago)
- Last Synced: 2024-10-06T03:03:39.296Z (about 1 month ago)
- Topics: eclipse, eclipse-wizard-icons, icons, wizard-elements
- Language: Java
- Size: 9.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Eclipse wizard icons
====================Example
-------
Do you need eclipse wizard icons?![Class icon - With background][1]![Text document icon - Icon only][2]![Folder (open) icon - With border and background][3]
Direct download and browse links
--------------------------------
* All ([download][4])
* Png
* Icon only ([download][5] - [browse][6])
* With background ([download][7] - [browse][8])
* With border and background ([download][9] - [browse][10])
* Svg
* Icon only ([download][11] - [browse][12])
* With background ([download][13] - [browse][14])
* With border and background ([download][15] - [browse][16])Read me
-------
**Eclipse wizard icons** (also called **wizard elements** or **common_wizard_elements**) are available as Adobe Illustrator file on the eclipse wiki. See: [UI Graphics : Design : Common Elements > Wizard elements][17].You will find in this repository some derivated work:
I have converted the file to svg using Inkscape: [common_wizard_elements.svg][18]
I wrote some java code to separate the big svg file into multiple smaller files: [xmltransfo][19]
I used Inkscape again to convert svg into png.
License
-------
According to the Eclipse fundation, these icons are covered under the default Eclipse Terms of Use, which says that unless otherwise stated, content is made available under the Eclipse Public License.The content of this repository is also published under the Eclipse Public License.
[1]: https://raw.githubusercontent.com/jmini/common_wizard_elements/master/resources/png/with_background/class.png
[2]: https://raw.githubusercontent.com/jmini/common_wizard_elements/master/resources/png/icon_only/text_document.png
[3]: https://raw.githubusercontent.com/jmini/common_wizard_elements/master/resources/png/with_border_and_background/folder_%28open%29.png
[4]: http://dl.bintray.com/jmini/generic/common_wizard_elements.zip
[5]: http://dl.bintray.com/jmini/generic/common_wizard_elements_png_icon_only.zip
[6]: https://github.com/jmini/common_wizard_elements/tree/master/resources/png/icon_only
[7]: http://dl.bintray.com/jmini/generic/common_wizard_elements_png_with_background.zip
[8]: https://github.com/jmini/common_wizard_elements/tree/master/resources/png/with_background
[9]: http://dl.bintray.com/jmini/generic/common_wizard_elements_png_with_border_and_background.zip
[10]: https://github.com/jmini/common_wizard_elements/tree/master/resources/png/with_border_and_background
[11]: http://dl.bintray.com/jmini/generic/common_wizard_elements_svg_icon_only.zip
[12]: https://github.com/jmini/common_wizard_elements/tree/master/resources/svg/icon_only
[13]: http://dl.bintray.com/jmini/generic/common_wizard_elements_svg_with_background.zip
[14]: https://github.com/jmini/common_wizard_elements/tree/master/resources/svg/with_background
[15]: http://dl.bintray.com/jmini/generic/common_wizard_elements_svg_with_border_and_background.zip
[16]: https://github.com/jmini/common_wizard_elements/tree/master/resources/svg/with_border_and_background
[17]: https://wiki.eclipse.org/UI_Graphics_:_Design_:_Common_Elements#Wizard_elements
[18]: https://github.com/jmini/common_wizard_elements/blob/master/resources/svg/common_wizard_elements.svg
[19]: https://github.com/jmini/common_wizard_elements/tree/master/java/xmltransfo