From 51a72b8c30b1173578b0a2a7bbfadcaa8e719e04 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Fri, 18 Mar 2022 23:10:42 +1100 Subject: Slightly reorganise CSS. Add basic image names. --- src/genTestImgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genTestImgs.sh') diff --git a/src/genTestImgs.sh b/src/genTestImgs.sh index a1dea28..1198a60 100755 --- a/src/genTestImgs.sh +++ b/src/genTestImgs.sh @@ -11,6 +11,6 @@ cat tol.json | \ convert -size 200x200 xc:khaki +repage \ -size 150x150 -fill black -background None \ -font Ubuntu-Mono -gravity center caption:"$REPLY" +repage \ - -gravity Center -composite -strip ../public/img/"$REPLY".jpg + -gravity Center -composite -strip ../public/img/"$REPLY".png done -- cgit v1.2.3