Created
May 23, 2022 08:35
-
-
Save linktohack/efd8f0819c1fdba9811cb5284bf1a205 to your computer and use it in GitHub Desktop.
Barcode generator with ImageMagick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in `seq 150 650`; do | |
convert -size 1016x200 -background white -fill black -font Libre-Barcode-39-Regular -pointsize 160 -gravity center caption:"*66250${i}*" -gravity south -extent 1016x260 -resize 1016x648\! "66250${i}.png" | |
done | |
convert *.png 0.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment