Skip to content

Instantly share code, notes, and snippets.

@linktohack
Created May 23, 2022 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linktohack/efd8f0819c1fdba9811cb5284bf1a205 to your computer and use it in GitHub Desktop.
Save linktohack/efd8f0819c1fdba9811cb5284bf1a205 to your computer and use it in GitHub Desktop.
Barcode generator with ImageMagick
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