erwanvivien / fast_qr

Ultra fast QRCode generation
https://fast-qr.com/
MIT License
208 stars 30 forks source link

How can I get byte from qrcode image? #34

Closed katopz closed 1 year ago

katopz commented 1 year ago

I can see to_file but in my case I will need byte as a http response from_byte for a return but can't find anyway to do it.

katopz commented 1 year ago

In the meantime I temporary add to_bytes in my forked, do tell me if you need me to PR.

erwanvivien commented 1 year ago

Hello, thanks for your issue & fork

Please open a PR with said code :)

Edit: Sorry for the late response, didn't see my mails

katopz commented 1 year ago

Hello, thanks for your issue & fork

Please open a PR with said code :)

Edit: Sorry for the late response, didn't see my mails

No worry, consider it done https://github.com/erwanvivien/fast_qr/pull/35