-
Notifications
You must be signed in to change notification settings - Fork 21
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
#3717, az-digital/az-quickstart-pantheon#282: Add ImageMagick module. #3724
Conversation
How to test section is updated |
Looks like this is beneficial. Default settings change image quality to 75%. This is what the screenshot comparison uses. Quality is significantly better for split screen paragraph. Original on left, ImageMagick on the right. Do we need to consider default settings with this module? Or enabled by default? |
Here's example config that I think imposes memory limits of 64MB:
|
It also seems that this limit is environment specific. Basic pantheon sites seem to have a memory limit of 256MB and have the most trouble generating the webp image derivatives, presumably when the decompressed image exceeds its PHP memory limit. The same issue doesn't seem to occur on larger sites, or not nearly as frequently. |
|
I think the only risk about including this is would be if the module listed the imagemagick extension as a composer requirement. It does not list such a requirement currently. |
…#3724) Co-authored-by: Chris Green <[email protected]> Co-authored-by: tadean <[email protected]>
Description
Release notes
If this change requires release notes: provide a summary of changes, how to
use this change, and any related links. This content will be pasted in the
release notes. Use
markdown format to ensure proper pasting of information.
Make sure to add the
release notes
label to this PR.Related issues
How to test
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist