From 2d1d8a549996d0d1158d804d3a78b01eb0eff778 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 30 Aug 2014 00:15:39 +0200 Subject: [PATCH] Added Imagick to docs (#211) --- docs/Settings.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Settings.md b/docs/Settings.md index 5c49c43..bcdd248 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -44,4 +44,10 @@ A typical part of a MySQL statement. This string will be appended to mostly ever This key is required to use the Dropbox import feature from your server. Lychee will ask you for this key, the first time you try to use the import. You can get your personal drop-ins app key from [their website](https://www.dropbox.com/developers/apps/create). - dropboxKey = Your personal App Key \ No newline at end of file + dropboxKey = Your personal App Key + +#### Imagick + + imagick = [0|1] + +If `1`, Lychee will use Imagick when available. Disable [Imagick](http://www.imagemagick.org) if you have problems or if you are using an outdated version. Lychee will use [GD](http://php.net/manual/en/book.image.php) when Imagick is disabled or not available. \ No newline at end of file