diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-09-04 00:07:16 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-09-04 00:07:16 +0000 |
commit | f160b9a366883dd4cc88cf7bbffefc240fa42757 (patch) | |
tree | 9e7747f7fec357df1ff0b11cf7491f50deb812c2 /docs | |
parent | 4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c (diff) | |
download | elgg-f160b9a366883dd4cc88cf7bbffefc240fa42757.tar.gz elgg-f160b9a366883dd4cc88cf7bbffefc240fa42757.tar.bz2 |
1.6.2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configure_server.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/configure_server.txt b/docs/configure_server.txt index 4d77816d6..32fb5d86e 100644 --- a/docs/configure_server.txt +++ b/docs/configure_server.txt @@ -15,11 +15,12 @@ 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 anyway.
-ImageMagick: A significantly better image library than GD. It uses less
-memory during resizing. Use this if it is available.
+ImageMagick: A significantly better image library than GD. There is a command-line
+version that is commonly available on servers and a PHP extension call imagick that
+you can install on your server (if you have control of your server).
-exec: Calls to ImageMagick command line utilities like convert require that
-exec() be available. On some servers it will be for security reasons.
+exec: Calls to ImageMagick command-line utilities like convert require that
+exec() be available. On some servers it will be disabled 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
|