Archived
1
0

change thumbs.sh tool to use new thumbnailing

This commit is contained in:
jeff 2015-09-05 11:03:04 -04:00
parent 8411568530
commit 90276293e1

View File

@ -17,7 +17,7 @@ else
-exec mogrify \
-define jpeg:size=500x500 \
-thumbnail '250>x250>' \
-path thm/ \
-path 'thm/{}.jpg' \
-strip \
'{}' \;
fi