-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcreateMontages.sh
executable file
·13 lines (13 loc) · 1.39 KB
/
createMontages.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
cd 3d && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd addons && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd communication && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd empty && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd events && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd gl && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd graphics && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd gui && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd math && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd sound && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd utils && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..
cd video && montage *.png -resize "275x275^" -gravity center -crop 275x275+0+0 +repage -tile x1 montage.png && cd ..