| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | 
Image style flush==================This module will allow Drupal to flush all image styles at once or flush eachindividual image style right from the administrative interface.Features--------  - Flush all image styles  - Flush each individual image styleDependencies------------The image (core) module.Install-------1) Copy the imagestyleflush folder to the modules folder in your installation.   Usually this is sites/all/modules.   Or use the UI and install it via admin/modules/install.2) In your Drupal site, enable the module under Administration -> Modules   (/admin/modules).Usage-----You can flush image styles under Administration -> Configuration -> Media-> Image stylesKnown problems--------------Private file image styles can't be flushed with this module.Credit------This module was written by Stepan Kuzmin and is maintained by Hargobind Khalsa.
 |