image_styles_generator
1,203 sites
Security covered
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.