Replies: 3 comments 7 replies
-
Hey, where's the rest of the |
Beta Was this translation helpful? Give feedback.
-
Thanks for trying. I'll see what I can do. I was hoping someone had
encountered this issue before--which I do not suspect to be the fault of
this library. Something during the save operation, perhaps even server
config, I can't figure it out
…On Thu, Aug 21, 2025, 2:14 AM smiley ***@***.***> wrote:
Ok, i cannot reproduce the issue here. Can you please post a *full,
self-contained* example that produces the issue?
—
Reply to this email directly, view it on GitHub
<#312 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI772XQR4HB2G2EMYALXS33OWEWBAVCNFSM6AAAAACENDV7Z6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMJXGU4TSOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Just wanted to update here that i FINALLY figured this out and the issue is fixed. It turns out, no matter what output format (file extension) i selected in my UI, the rendered file was always SVG, but saved with my intended extension. This was because, this option was not set: $qroptions->outputType = $imageFormat; Once i assigned this explicitly, then my saves worked fine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I'm having a bit of an issue with saving the generated QR code to the server, vs echoing the image to the browser (for testing). Displaying on the browser appears fine, however, the saved file always ends up distorted like the attached. Does anyone know why?
Here's the real relevant code snippet. QR code generates fine as when i display it, it works. Any one might know what the issue may be? Thanks in advanced
` $qroptions->cachefile = $filename;
Beta Was this translation helpful? Give feedback.
All reactions