Skip to content

Configuration for imagemagick on Pantheon basic plans and above.

Notifications You must be signed in to change notification settings

az-digital/pantheon-imagemagick-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Add this recipe to a site by running the following commands.

Tell composer where the recipe lives.

composer config repositories.az-digital/pantheon-imagemagick-configuration vcs "[email protected]:az-digital/pantheon-imagemagick-configuration"

Require the recipe via composer.

composer require az-digital/pantheon-imagemagick-configuration

Note: Drush 13 and later required to apply recipes via drush. Example command to upgrade:

composer require "drush/drush:13.2.0 as 12.4.3"  

Apply the recipe to your site via drush.

lando drush recipe ../recipes/pantheon-imagemagick-configuration

To do everything that this recipe does without the recipe, use drush config:set

drush en -y imagemagick
drush config:set imagemagick.settings quality 92

Set the configuration in lando

echo "-limit memory 128MiB" | lando drush config:set imagemagick.settings prepend - -y

Set the configuration with terminus

echo "-limit memory 128MiB" | terminus drush config:set imagemagick.settings prepend - -y

About

Configuration for imagemagick on Pantheon basic plans and above.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published