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

Add support for using GD library #299

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

raditzfarhan
Copy link

There is no support for Imagick for PHP 8.2 and above in Windows, thus making the package unusable for newer projects that are using minimum PHP 8.2. This PR add supports to use the GDLibRenderer which available on Bacon/BaconQrCode if the Imagick extension is not supported.

@eina84
Copy link

eina84 commented Apr 17, 2024

Just FYI, I did managed to get Imagick & the QR Code library working with PHP 8.2.12 in Windows 11.
Some articles that helped me:
Imagick/imagick#573
Imagick/imagick#575
https://phpext.phptools.online/extension/images/imagick-121

@raditzfarhan
Copy link
Author

Just FYI, I did managed to get Imagick & the QR Code library working with PHP 8.2.12 in Windows 11. Some articles that helped me: Imagick/imagick#573 Imagick/imagick#575 https://phpext.phptools.online/extension/images/imagick-121

Thanks for pointing it out. Will check on these. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants