From 90276293e1e5031377e0d28e8526154f53caf83c Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 5 Sep 2015 11:03:04 -0400 Subject: [PATCH] change thumbs.sh tool to use new thumbnailing --- contrib/tools/thumbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tools/thumbs.sh b/contrib/tools/thumbs.sh index 0c38ef2..119c988 100755 --- a/contrib/tools/thumbs.sh +++ b/contrib/tools/thumbs.sh @@ -17,7 +17,7 @@ else -exec mogrify \ -define jpeg:size=500x500 \ -thumbnail '250>x250>' \ - -path thm/ \ + -path 'thm/{}.jpg' \ -strip \ '{}' \; fi