Saving a QR Code in django python as base64 for to_artistic method

后端 未结 0 1119
渐次进展
渐次进展 2020-12-31 07:11

I would like to save my QR Code from the to_artistic method.

For my other qr codes I have been doing:

buffer = io.BytesIO()
qr_img.save(buffer, format=         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题