We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Halloo guys :) , Has anyone experienced something like me?
SimpleSoftwareIO works fine to me, but when i use eye color, gradient, and style,. I got this kind of error.
this is my code,
img src="data:image/png;base64, {{ base64_encode(QrCode::format('png')->merge(public_path('logo.png'),0.2, true)->errorCorrection('H')->size(200)->eyeColor(0, 255, 255, 255, 0, 0, 0)->generate('test') ) }}"
when i delete eyecolor, thats work fine. What happen ? :/
thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Halloo guys :) , Has anyone experienced something like me?
SimpleSoftwareIO works fine to me, but when i use eye color, gradient, and style,. I got this kind of error.
this is my code,
img src="data:image/png;base64, {{ base64_encode(QrCode::format('png')->merge(public_path('logo.png'),0.2, true)->errorCorrection('H')->size(200)->eyeColor(0, 255, 255, 255, 0, 0, 0)->generate('test') ) }}"
when i delete eyecolor, thats work fine. What happen ? :/
thanks.
The text was updated successfully, but these errors were encountered: