Add this recipe to a site by running the following commands.
composer config repositories.az-digital/pantheon-imagemagick-configuration vcs "[email protected]:az-digital/pantheon-imagemagick-configuration"
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"
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
echo "-limit memory 128MiB" | lando drush config:set imagemagick.settings prepend - -y
echo "-limit memory 128MiB" | terminus drush config:set imagemagick.settings prepend - -y