git.joshuawise.com
/
dumload.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use the new icon
[dumload.git]
/
mkicon.sh
1
#!/bin/bash
2
3
name=dumload
4
type=svg
5
#type=png
6
7
convert -size 36x36 $name.$type res/drawable-ldpi/$name.png
8
convert -size 48x48 $name.$type res/drawable-mdpi/$name.png
9
convert -size 72x72 $name.$type res/drawable-hdpi/$name.png
This page took
0.018245 seconds
and
4
git commands to generate.