README 403 B

123456789101112131415161718
  1. The ImageMagick plugin handles more kinds of image formats for thumbnails,
  2. thanks to ImageMagick.
  3. Note: This plugin depends on php-imagick
  4. Installation
  5. ============
  6. add "addPlugin('ImageMagick');"
  7. to the bottom of your config.php
  8. Notes
  9. ========
  10. - This plugin depends on php-imagick.
  11. - Imagick is not very good at resizing animated GIFs.
  12. Consider using the FFmpeg plugin for a faster alternative.