Added thumb scripts.
This commit is contained in:
2
logo-thumbs.sh
Executable file
2
logo-thumbs.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cd "logos/$LOGO"; mkdir -p thumbs lazy; mogrify -path thumbs -resize 300x40^\> *.png; mogrify -path lazy -resize 50x\> *.png
|
||||
Reference in New Issue
Block a user