Image Styles Generator
1,241 sites
Security covered
This module provides a Drush command to regenerate all image derivatives for defined image styles, useful for speeding up testing. You can optionally specify which image styles to regenerate and choose whether to skip generating derivatives that already exist.
Sometimes we need to warm up images on a site, for example to speed up tests in CI/CD environments. This module provides a drush command capable of regenerating all images with all image styles defined on the site.
Optionally you can select which image styles will be warmed up by passing them as parameters.
Usage
$ drush image:derive:multiple
Options
--image-styles[=IMAGE_STYLES]: Coma separated image styles IDs.--skip-existing: Option to skip generating existing derivative images.
NOTE: Drush command and option names have changed in 1.3.0. Previous syntax is still working but deprecated. See 1.3.0 release notes.