experimental animated GIF thumbnails

This commit is contained in:
Michael Save 2012-03-10 22:56:45 +11:00
parent 3c4d8843ba
commit f1a2af2d8a

View File

@ -346,6 +346,11 @@
// Thumbnail extension, empty for inherited (png recommended)
$config['thumb_ext'] = 'png';
// EXPERIMENTAL:
// Maximum amount of frames to resize (more frames means more processing power). "1" means no animated thumbnails.
// Requires $config['thumb_ext'] to be 'gif' $config['imagick'] to be enabled.
$config['thumb_keep_animation_frames'] = 1;
// Use Imagick instead of GD (some further config options below are ignored if set)
$config['imagick'] = false;