Skip to content
New issue

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

QR code in the GIF format #58

Open
msvabik opened this issue Mar 1, 2024 · 3 comments
Open

QR code in the GIF format #58

msvabik opened this issue Mar 1, 2024 · 3 comments

Comments

@msvabik
Copy link

msvabik commented Mar 1, 2024

Hello,
I need to have a QR code generated in GIF format.
Is it possible to specify the image type with some parameter?
Or should I convert the PNG to GIF myself?
Thanks a lot for the answer
Best Regards
Michal

@RikudouSage
Copy link
Owner

Hello, that entirely depends on what you use to generate the image itself. This library only generates the data and has support for some 3rd party libraries to generate the image automatically. You need to work with those libraries to generate an image in a different format.

I can provide further assistance if you tell me which library you use for creating the image.

@msvabik
Copy link
Author

msvabik commented Mar 1, 2024

Thank you for the quick help. I use endroid to generate images.
I wanted to use GifWriter but I'm getting a 500 error...
I'll try to debug it somehow.

@RikudouSage
Copy link
Owner

Try turning on display_errors, that should help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants