From 42e9268e26fa876c8964b35ec9565c4b6c09900f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Fri, 9 Aug 2024 23:25:43 +0800 Subject: [PATCH] convert -> magick --- make_labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_labels.sh b/make_labels.sh index 1420292..8002a33 100755 --- a/make_labels.sh +++ b/make_labels.sh @@ -2,6 +2,6 @@ for i in $(seq -f "%03g" 1 50) do - convert -background white -fill black -monochrome +dither +antialias -font DejaVu-Sans -pointsize 28 label:M-Labs\ 002\ $i label.pbm + magick -background white -fill black -monochrome +dither +antialias -font DejaVu-Sans -pointsize 28 label:M-Labs\ 002\ $i label.pbm cat label.pbm |./klg2 -t 6 done