aboutsummaryrefslogtreecommitdiff
path: root/src/genTestImgs.sh
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-18 23:10:42 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-18 23:10:42 +1100
commit51a72b8c30b1173578b0a2a7bbfadcaa8e719e04 (patch)
treef1fd8fde4552e7a4ee32af2f44fde901a73cbd91 /src/genTestImgs.sh
parent2103af4d19339aa8e7806e90e5f4819cc9191167 (diff)
Slightly reorganise CSS. Add basic image names.
Diffstat (limited to 'src/genTestImgs.sh')
-rwxr-xr-xsrc/genTestImgs.sh2
1 files changed, 1 insertions, 1 deletions
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