Replies: 4 comments 2 replies
-
Hey, thanks for the report! The authenticator example does exactly what you're trying to do, so can you tell me more details about what version you are using and maybe post a full example that allows me to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
-
Hi tahnks for a very quick response. I'm using 4.3.4 I'll try a few things and see what happens. ( I only had GD in my Docker so just installed IMGMAGIK but that made no difference ) |
Beta Was this translation helpful? Give feedback.
-
OK doing this ( which is what the docs indicate ) doesn't work ( and I was wondering how it could ) `$qrcode =new QRCode;
` But doing
|
Beta Was this translation helpful? Give feedback.
-
OK worked in 5 beta but you explained why! Thanks. How close is 5.0 beta - just wondering if I shoudl stay on teh beta as not production yet |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For reasons best known to me :) ) I'm trying to avoid data: as in <img src="data:.... >
And I also dont want to store in files cached or perm.
So I thought I want an SVG
$options->imageBase64 = false;
Would be a starting point but it appears to generate png/base64
What am I missing here?
`
$qrcode =new QRCode;
`
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAACRCAIAAABMus10AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACd0lEQVR4nO3dQW7jIABA0fFo7n/ldFnJC0sMBvu3762bJtUXMnUwHJ/P5w8pf5/+AAzTrEezHs16NOvRrEezHs16NOvRrEezHs16NOvRrEezHs16NOvRrEeznn8zLz6O467Pce20aOX6fa9XuJxeO/SbbzSzDMc469GsR7MezXqm5iAnNy5vHZplrJs4bPuLhhhnPZr1aNajWc+dc5CToavu0NV+6F7GU/OIdQ8cGWc9mvVo1qNZz8I5yFO2TUmeYpz1aNajWY9mPT9hDjKzPKTIOOvRrEezHs16Fs5B1l38n5pWvGQ6Y5z1aNajWY9mPXfOQbY9VDKzHmToq5ltf9EQ46xHsx7NejTrOV7yv/0M38Xwdpr1aNajWc9j+4PcuIvHzKO6626LrFsaa5z1aNajWY9mPfv2BzldhGd2AJm5gM9MOp7a0OzEOOvRrEezHs169u0PMnQB3/ZA7Utumgwxzno069GsR7Oefc/mzkwrtq34uHGrtJnffM0469GsR7MezXqm5iAzx7hse3pl3eKRpxhnPZr1aNajWc9j58XM3DXYtle79SDcQ7MezXo060mem7ttecg717AYZz2a9WjWo1lP8tzc6x9ed7fCfRD+k2Y9mvVo1pM8N3fmfbftALJuHa1x1qNZj2Y9mvUkz6y78fJ+4+LXbef1Gmc9mvVo1qNZT3IOcjLzeM6697UehG+a9WjWo1lP8tzck3WLR2Yez5n54WvGWY9mPZr1aNaTPDf32szK0XW3NnwX86tp1qNZj2Y9P+Hc3N/GOOvRrEezHs16NOvRrEezHs16NOvRrEezHs16NOvRrEezHs16NOvRrEezni+wifc/oOyB/wAAAABJRU5ErkJggg==
Beta Was this translation helpful? Give feedback.
All reactions