From bf2f1c23b7dd32a7b860c25e64a81ad37c68109a Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 24 Jan 2015 11:52:40 +0100 Subject: [PATCH] Documentation update for ImageMagick --- plugins/ImageMagick/ImageMagickPlugin.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/ImageMagick/ImageMagickPlugin.php b/plugins/ImageMagick/ImageMagickPlugin.php index 5ccc0c9457..80a59b10e7 100644 --- a/plugins/ImageMagick/ImageMagickPlugin.php +++ b/plugins/ImageMagick/ImageMagickPlugin.php @@ -36,6 +36,12 @@ if (!defined('GNUSOCIAL')) { exit(1); } * Provides: * Animated image support (for image/gif at least) * + * Suggestions: + * After enabling the ImageMagick plugin, you might want to regenerate + * thumbnails for the newly support formats. This is easiest done with + * a script in the GNU social-bundled scripts directory: + * $ php scripts/clean_thumbnails.php + * * Bugs: * Not even ImageMagick is very good at resizing animated GIFs. */ -- 2.39.2