Mercurial > clickerconvert
comparison src/icons/README.txt @ 49:a849b1de248f
Add Icons
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 19 Jul 2016 12:18:57 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
48:a956dd27fc9b | 49:a849b1de248f |
---|---|
1 The icon is based on the Edu App icon as published under: | |
2 | |
3 https://www.ethz.ch/content/associates/services/de/lehre/lehrbetrieb/it-services-lehrbetrieb/lehrunterstuetzende-applikationen/eduapp-service.html | |
4 | |
5 Additionally the Oxygen-Icons for application-pdf and application-vnd.ms-excel | |
6 were used. | |
7 | |
8 See licenses/README.txt for details about the license. | |
9 | |
10 Sources: | |
11 http://download.kde.org/stable/4.14.1/src/oxygen-icons-4.14.1.tar.xz | |
12 | |
13 Tools: Debian Package: inkscape Version: 0.48.3.1-1.3 | |
14 Debian Package: imagemagick Version: 8:6.7.7.10-5+deb7u3 | |
15 Debian Package: icnsutils Version 0.8.1-1 | |
16 Debian Pacakge: gimp | |
17 | |
18 The pngs were created with inkscape bitmap export. | |
19 The ico file was created with inkscape convert: | |
20 for file in *.svgz; do | |
21 pngname=$(echo $file |sed 's/\.svgz/\.png/') | |
22 iconame=$(echo $file |sed 's/\.svgz/\.ico/') | |
23 convert 256_$pngname 128_$pngname 64_$pngname 48_$pngname 32_$pngname 22_$pngname 16_$pngname \ | |
24 $iconame | |
25 done; | |
26 | |
27 The Macos icon was created with: | |
28 png2icns icon.icons 16_icon.png 32_icon.png 48_icon.png 128_icon.png 256_icon.png |