Added thumb scripts.
This commit is contained in:
2
tag-thumbs.sh
Executable file
2
tag-thumbs.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cd "tags/$TAG"; mkdir -p thumbs lazy; mogrify -path thumbs -resize x240\> -quality 90% *.jpeg; mogrify -path lazy -resize x90\> -quality 90% *.jpeg
|
||||
Reference in New Issue
Block a user