]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ImageMagick/README
Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / plugins / ImageMagick / README
1 The ImageMagick plugin handles more kinds of image formats for thumbnails,
2 thanks to ImageMagick.
3
4 Note: This plugin depends on php5-imagick
5
6 Installation
7 ============
8 add "addPlugin('ImageMagick');"
9 to the bottom of your config.php
10
11 Settings
12 ========
13 animated: Whether to resize animated GIFs.
14
15 Note: We are not infinitely fast, so resizing animated GIFs is _not_ recommended.
16
17 Example
18 =======
19 $config['thumbnail']['animated'] = true;
20 addPlugin('ImageMagick');
21