Replies: 1 comment 15 replies
-
Hey, I have recently added a method to the QR Code reader result class that does exactly this: php-qrcode/src/Decoder/DecoderResult.php Lines 90 to 96 in 7395795 You can then invoke an output interface with the matrix like so: $out = new QRMarkupSVG($options, $matrix);
$out->dump(); |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How do I render a list of bytes into a QR-code?
This is my code:
But chillerlan\QRCode\QRCode::render() only accepts strings so I am getting a Fatal Error.
How can I do this?
I want to save as many bytes as possible into one QR-code.
Beta Was this translation helpful? Give feedback.
All reactions