File/plugins/ImageManager/config.inc.php

Description

Image Manager configuration file.

  • todo: change all these config values to defines()
  • version: $Id: config.inc.php 27 2004-04-01 08:31:57Z Wei Zhuo $
  • author: $Author: Wei Zhuo $
Includes
 include_once (AREAEDIT_INSTALL_ROOT."/ddt/ddt.php") (line 341)
 include_once ("../../backends/backend_conf.php") (line 40)

AreaEdit PHP backend config file.

probably already included. We assume we are in the areaedit/plugins/ImageManager directory

Constants
IMAGE_CLASS = 'GD' (line 146)

Image Library to use.

Possible values: 'GD', 'IM', or 'NetPBM'

The image manipulation library to use, either GD or ImageMagick or NetPBM. If you have safe mode ON, or don't have the binaries to other packages, your choice is 'GD' only. Other packages require Safe Mode to be off.

DEFAULT: GD is probably the most likely to be available.

IMAGE_TRANSFORM_LIB_PATH = 'C:/"Program Files"/ImageMagick-5.5.7-Q16/' (line 159)

NetPBM or IM binary path.

After defining which library to use, if it is NetPBM or IM, you need to specify where the binary for the selected library are. And of course your server and PHP must be able to execute them (i.e. safe mode is OFF). GD does not require the following definition.

IM_CONFIG_LOADED = "yes" (line 335)

Editor Temporary File Prefix.

Image Editor temporary filename prefix.

Documentation generated on Sat, 31 Dec 2005 14:56:51 -0500 by phpDocumentor 1.3.0RC3