lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.39k stars 674 forks source link

Ability to use SVG as center image #287

Open misilot opened 1 year ago

misilot commented 1 year ago

Is there a way to use a svg file as the center image, and generate a scalable SVG that we could then use that final qr code? I can kind of get it to work with a png, but ends up being a low quality center image.

Thanks!