2016-01-22 16:01:24 +00:00
|
|
|
The ImageMagick plugin handles more kinds of image formats for thumbnails,
|
|
|
|
thanks to ImageMagick.
|
|
|
|
|
2020-08-13 18:31:43 +01:00
|
|
|
Note: This plugin depends on php-imagick
|
2016-01-22 16:01:24 +00:00
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
add "addPlugin('ImageMagick');"
|
|
|
|
to the bottom of your config.php
|
|
|
|
|
2020-08-13 18:31:43 +01:00
|
|
|
Notes
|
2016-01-22 16:01:24 +00:00
|
|
|
========
|
|
|
|
|
2020-08-13 18:31:43 +01:00
|
|
|
- This plugin depends on php-imagick.
|
2016-01-22 16:01:24 +00:00
|
|
|
|
2020-08-13 18:31:43 +01:00
|
|
|
- Imagick is not very good at resizing animated GIFs.
|
|
|
|
Consider using the FFmpeg plugin for a faster alternative.
|