README 463 B

12345678910111213141516171819202122
  1. The ImageMagick plugin handles more kinds of image formats for thumbnails,
  2. thanks to ImageMagick.
  3. Note: This plugin depends on php5-imagick
  4. Installation
  5. ============
  6. add "addPlugin('ImageMagick');"
  7. to the bottom of your config.php
  8. Settings
  9. ========
  10. animated: Whether to resize animated GIFs.
  11. Note: We are not infinitely fast, so resizing animated GIFs is _not_ recommended.
  12. Example
  13. =======
  14. $config['thumbnail']['animated'] = true;
  15. addPlugin('ImageMagick');