lincolnloop / python-qrcode

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

Only import png if needed. Add "svg-compressed" to create a simple classic QR Code with compressed file size. #342

Open johnkw opened 10 months ago

johnkw commented 10 months ago

For a large code an example original svg is 1479k, svg-path is 286k, and svg-compressed is 59k. For a small code it's 22k, 3.7k vs 0.8k.