diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-02 11:52:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:55:42 +0200 |
| commit | b6d99a9196f90790bcf4cc147852bd4d36d47a5c (patch) | |
| tree | 0bed7e2830dd37ac25499ff4e6968962f82e4144 /res/icons | |
| parent | a9fd68e16880a71cdb30a4509db024d1686e80aa (diff) | |
| download | wvs-vplan-b6d99a9196f90790bcf4cc147852bd4d36d47a5c.tar.gz wvs-vplan-b6d99a9196f90790bcf4cc147852bd4d36d47a5c.zip | |
ändere Icons
Diffstat (limited to 'res/icons')
| -rwxr-xr-x | res/icons/173.png | bin | 13184 -> 10867 bytes | |||
| -rwxr-xr-x | res/icons/36-ldpi.png | bin | 1371 -> 1232 bytes | |||
| -rwxr-xr-x | res/icons/48-mdpi.png | bin | 1797 -> 1725 bytes | |||
| -rwxr-xr-x | res/icons/57-2x.png | bin | 7169 -> 5685 bytes | |||
| -rwxr-xr-x | res/icons/57.png | bin | 2355 -> 2207 bytes | |||
| -rwxr-xr-x | res/icons/72-2x.png | bin | 10247 -> 7814 bytes | |||
| -rwxr-xr-x | res/icons/72-hdpi.png | bin | 3311 -> 2967 bytes | |||
| -rwxr-xr-x | res/icons/72.png | bin | 3563 -> 0 bytes | |||
| -rwxr-xr-x | res/icons/80.png | bin | 3917 -> 3463 bytes | |||
| -rwxr-xr-x | res/icons/96-xhdpi.png | bin | 4260 -> 3141 bytes | |||
| -rwxr-xr-x | res/icons/convert.sh | 11 | ||||
| -rwxr-xr-x | res/icons/original.png | bin | 0 -> 3141 bytes |
12 files changed, 11 insertions, 0 deletions
diff --git a/res/icons/173.png b/res/icons/173.png Binary files differindex 9618f39..453c581 100755 --- a/res/icons/173.png +++ b/res/icons/173.png diff --git a/res/icons/36-ldpi.png b/res/icons/36-ldpi.png Binary files differindex 7ba51ad..8ee4134 100755 --- a/res/icons/36-ldpi.png +++ b/res/icons/36-ldpi.png diff --git a/res/icons/48-mdpi.png b/res/icons/48-mdpi.png Binary files differindex b690d60..80bb9e9 100755 --- a/res/icons/48-mdpi.png +++ b/res/icons/48-mdpi.png diff --git a/res/icons/57-2x.png b/res/icons/57-2x.png Binary files differindex 4dd14fc..64e527a 100755 --- a/res/icons/57-2x.png +++ b/res/icons/57-2x.png diff --git a/res/icons/57.png b/res/icons/57.png Binary files differindex a24a21e..ca597ec 100755 --- a/res/icons/57.png +++ b/res/icons/57.png diff --git a/res/icons/72-2x.png b/res/icons/72-2x.png Binary files differindex c6cebd7..eb5855d 100755 --- a/res/icons/72-2x.png +++ b/res/icons/72-2x.png diff --git a/res/icons/72-hdpi.png b/res/icons/72-hdpi.png Binary files differindex d194b56..1383506 100755 --- a/res/icons/72-hdpi.png +++ b/res/icons/72-hdpi.png diff --git a/res/icons/72.png b/res/icons/72.png Binary files differdeleted file mode 100755 index e531498..0000000 --- a/res/icons/72.png +++ /dev/null diff --git a/res/icons/80.png b/res/icons/80.png Binary files differindex adc7274..b95cb0f 100755 --- a/res/icons/80.png +++ b/res/icons/80.png diff --git a/res/icons/96-xhdpi.png b/res/icons/96-xhdpi.png Binary files differindex 088faea..cb18959 100755 --- a/res/icons/96-xhdpi.png +++ b/res/icons/96-xhdpi.png diff --git a/res/icons/convert.sh b/res/icons/convert.sh new file mode 100755 index 0000000..5989764 --- /dev/null +++ b/res/icons/convert.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +mogrify -resize 173 -write 173.png original.png +mogrify -resize 36 -write 36-ldpi.png original.png +mogrify -resize 48 -write 48-mdpi.png original.png +mogrify -resize 114 -write 57-2x.png original.png +mogrify -resize 57 -write 57.png original.png +mogrify -resize 144 -write 72-2x.png original.png +mogrify -resize 72 -write 72-hdpi.png original.png +mogrify -resize 80 -write 80.png original.png +mogrify -resize 96 -write 96-xhdpi.png original.png diff --git a/res/icons/original.png b/res/icons/original.png Binary files differnew file mode 100755 index 0000000..ec4bcf1 --- /dev/null +++ b/res/icons/original.png |
