QR code
qr generator + scanner — pure rust encoder/decoder on homelab
qr
utf-8 bytes, max 2953 — the spec ceiling (version 40 + ec level L). wifi format:
higher ec levels encode the same payload in a denser qr but survive scratches, glare, or partial occlusion. pick H if you're sticking a logo over the centre.
the qr spec says ≥ 4. smaller quiet zones save space but risk scanners failing to find the finder pattern.
download qr
WIFI:T:WPA;S:ssid;P:pw;;. vcard format: BEGIN:VCARD\nVERSION:3.0\n…\nEND:VCARD.
[ idle ]
output
qr
the server reads any format from /api/convert's input matrix (png/jpeg/webp/jxl/bmp/gif/tiff/qoi), finds every qr in the frame, and returns each decoded payload. avif input is not yet supported — see the convert tool's spec.
$ drag a qr image here
$ or click to browse
[ idle ]