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

[3.0.0] Defaults to imagick #80

Closed
ahinkle opened this issue Oct 5, 2019 · 0 comments · Fixed by #81
Closed

[3.0.0] Defaults to imagick #80

ahinkle opened this issue Oct 5, 2019 · 0 comments · Fixed by #81

Comments

@ahinkle
Copy link
Contributor

ahinkle commented Oct 5, 2019

I was upgrading my Laravel project and got the error:

ImageMagick module not available with this PHP installation.

According to the README, the package is supposed to use gd by default. (gd was previously used in my case) The configuration in my project was not published and the default was changed somewhere between updates from gd to imagick reaching the error seen above.

I published the config and it still showed imagick as the default driver. Once I switched to gd the issue was resolved. I think the README should be updated to reflect the default is actually imagick:

By default PHP's "GD Library" implementation is used.

I didn't know if this was done on purpose or a possible mistake.

Thanks for this awesome package!

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 a pull request may close this issue.

1 participant