diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-07-11 00:58:19 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-07-11 00:58:19 +0000 |
commit | d19606b96ba0f5ed56e9e736b8fe88210528577c (patch) | |
tree | d8148ae40b56350cf23a74a503b2d759bd32d41d /docs/configure_server.txt | |
parent | ef40f4101aa5653a6697a273806ed4d4537bc91e (diff) | |
download | elgg-d19606b96ba0f5ed56e9e736b8fe88210528577c.tar.gz elgg-d19606b96ba0f5ed56e9e736b8fe88210528577c.tar.bz2 |
I will probably regret this - opening up imagemagick command line to all
Diffstat (limited to 'docs/configure_server.txt')
-rw-r--r-- | docs/configure_server.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/configure_server.txt b/docs/configure_server.txt index 057c4ee82..4d77816d6 100644 --- a/docs/configure_server.txt +++ b/docs/configure_server.txt @@ -13,11 +13,14 @@ along these lines: "Tidypics warning: user exceeded post limit on image upload" GD: Elgg requires GD for image resizing. Tidypics uses GD by default for
resizing. There are two versions GD and GD2. It generally does not matter
which one you are using and it isn't always apparent which one you are
-running anyways.
+running anyway.
ImageMagick: A significantly better image library than GD. It uses less
memory during resizing. Use this if it is available.
+exec: Calls to ImageMagick command line utilities like convert require that
+exec() be available. On some servers it will be for security reasons.
+
Memory Available to PHP: The amount of RAM available to a single PHP
process. This can have an effect on how large an image you can resize
(especially if you are running Tidypics with GD). The best place to
|