It works, and it's pretty!
This commit is contained in:
parent
67bbfe36cd
commit
47ca5b17ba
408 changed files with 118 additions and 177 deletions
|
|
@ -8,6 +8,7 @@ base=../basic_map_pin.png
|
|||
|
||||
for flag in *.png
|
||||
do
|
||||
cc="$(tr '[:lower:]' '[:upper:]' <<< ${flag:0:1})${flag:1:2}"
|
||||
composite -compose atop -geometry +0+5 $flag $base ${cc}-pin.png
|
||||
cc="$(tr '[:lower:]' '[:upper:]' <<< ${flag:0:1})${flag:1:1}"
|
||||
composite -compose atop -geometry +0+5 $flag $base ../${cc}-pin.png
|
||||
rm $flag
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue