]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Documentation update for ImageMagick
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 24 Jan 2015 10:52:40 +0000 (11:52 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 24 Jan 2015 10:52:40 +0000 (11:52 +0100)
plugins/ImageMagick/ImageMagickPlugin.php

index 5ccc0c9457755f80b92732baba304ab181852d19..80a59b10e7554442ae8524b24c1bd17ea9c9750b 100644 (file)
@@ -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.
  */