convert -> magick

This commit is contained in:
Sébastien Bourdeauducq 2024-08-09 23:25:43 +08:00
parent 8370759aca
commit 42e9268e26
1 changed files with 1 additions and 1 deletions

View File

@ -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