Zint

Zint

Complete cross-platform open source barcode generating solution

Category
Image
License
GNU
Platforms
Windows macOS Linux
Released
2008
Path
c:\zint\zint.exe
Benefits
Output can be saved as BMP, EPS, GIF, PCX, TIF, EMF, PNG or SVG.
Notes
Many java libraries I've used has been dedicated to a handful of formats and have very limited options.
Used by
gLabels (business cards/labels), ZintNET (.NET wrapper)
Version
Latest known: 2.16.0 (2025-12-19)

Examples

1. Generate source code for a fixed-size SVG QR code without generating a file. (Text manipulation is required to make it responsive.)

zint.exe -b 58 --scale=8 --direct --filetype=svg -d "https://www.mycfml.com/"

2. Generate a PNG file with a QR code; specify foreground and background colors.

zint.exe -o d:\output.png -b 58 --scale=12 --fg=523019 --bg=e8e8e0 --nobackground --whitesp 2 --vwhitesp 2 -d "https://www.mycfml.com/"

3. Generate a GIF file with a PostNet code (used on US postal service)

zint.exe -o d:\post_90210.gif -b 40 --scale=5 -d "90210"

Try it

Agree to terms to run demos.