Added thumb scripts.

This commit is contained in:
2024-02-22 05:03:05 +01:00
parent 4b9b3ca0cb
commit 62c8a04369
54 changed files with 18 additions and 0 deletions

2
logo-thumbs.sh Executable file
View 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