/** * The frame that contains the image to be edited. * @author $Author: Wei Zhuo $ * @version $Id: editorFrame.php 26 2004-03-31 02:35:21Z Wei Zhuo $ * @package ImageManager */ if (isset($_GET["config"]) && $_GET["config"]) { $config = $_GET["config"]; $id = $_GET["id"]; } else $config = "default"; require_once('config.inc.php'); require_once('Classes/ImageManager.php'); $manager = new ImageManager($IMConfig[$config], $config, $id); require_once('Classes/ImageEditor.php'); //$manager = new ImageManager($IMConfig); $editor = new ImageEditor($manager); $imageInfo = $editor->processImage(); ?>
|
if(count($imageInfo) > 0 && is_file($imageInfo['fullpath'])) { ?>
|