Simple module to provide page to show the image styles with preview and additional information (effects). Page is available by the following path: /admin/reports/image-styles-list

It feature will be effective for applications with many image styles and it's will be helpful to manage these.

Sample image (to generate preview images) could be changed using "image_styles_info_sample" variable, e.g. in the settings.php file:

<?php
    $conf['image_styles_info_sample'] = 'sites/default/files/sample.jpg';
?>

Otherwise, the default image (path_to_module/image_styles_info/images/sample.jpg) will be used.

Project information

Releases