lincolnloop / python-qrcode

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

可以是字节流吗? #266

Closed wuqiang-001 closed 2 years ago

wuqiang-001 commented 2 years ago

不想直接 Save() 保存图片。想生成字节流

SmileyChris commented 2 years ago

Translation:

I don't want to save the image directly with Save() . want to generate byte stream

Save to an io.BytesIO object?