From 30723cf8e30e96ff0324ad4784f1760fa373f636 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 11 Oct 2014 16:13:53 +0200 Subject: [PATCH] Added medium to settings docs #67 --- docs/Settings.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Settings.md b/docs/Settings.md index bcdd248..6b121dc 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -50,4 +50,10 @@ This key is required to use the Dropbox import feature from your server. Lychee 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 +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. + +#### Medium + + medium = [0|1] + +If `1`, Lychee will create a second, smaller version of your photo. This feature requires [Imagick](http://www.imagemagick.org) on your server and an activated `imagick` option the the settings table. \ No newline at end of file