diff options
author | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2007-09-26 08:22:41 +0000 |
---|---|---|
committer | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2007-09-26 08:22:41 +0000 |
commit | a7d2468194e49eec27f76b6915cc0cbff634a76f (patch) | |
tree | 88533f54a0ef5f6288e1fb19c0e1c39731937741 | |
parent | 3209b96623745965d09b8952ed2005cacad40652 (diff) | |
download | original-a7d2468194e49eec27f76b6915cc0cbff634a76f.tar.gz original-a7d2468194e49eec27f76b6915cc0cbff634a76f.tar.bz2 |
mention php exif requirements in the REQS
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@22 4fa712ea-3c06-0410-9261-c11b4c06c003
-rw-r--r-- | REQUIREMENTS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 119c570..d1943bf 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -39,6 +39,4 @@ You can get Imagemagick at http://www.imagemagick.org/. If you wan't to have advanced EXIF information for your photos, make sure you use a recent ImageMagick so that convert doesn't throw away this info when -scaling down. Also grab Metacam -(http://www.cheeseplant.org/~daniel/pages/metacam.html) and configure the path -to it in inc/config.inc.php. +scaling down. You also need EXIF support in your PHP. |