From 997b528911b906a9559ac030b1a7a789401f4d13 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 13 Apr 2014 22:06:00 +0200 Subject: remove unused scripts Signed-off-by: Florian Pritz --- gen-thumbs.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 gen-thumbs.sh (limited to 'gen-thumbs.sh') diff --git a/gen-thumbs.sh b/gen-thumbs.sh deleted file mode 100755 index b259e1e..0000000 --- a/gen-thumbs.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -for i in "$@"; do - convert "$i" -thumbnail 245 -gravity North -extent 245x153 -bordercolor white -border 6 -bordercolor grey60 -border 1 -background none -background black \( +clone -shadow 60x4+4+4 \) +swap -background none -flatten -depth 8 "t_$i" -done -- cgit v1.2.3-24-g4f1b