Return to Snippet

Revision: 40190
at January 27, 2011 08:52 by abteilung


Initial Code
$img['file'] = GIFBUILDER;
			$img['file.']['XY'] = $conf['userFunc.']['breiteRight'] . ',' . $conf['userFunc.']['hoeheRight'];
			$img['file.']['altText'] = 'Aktuelle Ausgabe';
			$img['file.']['titleText'] = 'Aktuelle Ausgabe';
			$img['file.']['10'] = IMAGE;
			$img['file.']['10.']['file'] = 'uploads/media/' . $result['media'];
			$img['file.']['10.']['file.']['width'] = $conf['userFunc.']['breiteRight'];
			$img['file.']['10.']['file.']['height'] = $conf['userFunc.']['hoeheRight'];
			$img['file.']['20'] = 'BOX';
			$img['file.']['20.']['dimensions'] = '4,4,[10.w]-2,[10.h]-2';
			$img['file.']['20.']['color'] = '#cccccc';
			$img['file.']['30'] = 'EFFECT';
			$img['file.']['30.']['value'] = 'blur=50';
			$img['file.']['50'] = IMAGE;
			$img['file.']['50.']['file'] = 'uploads/media/' . $result['media'];
			$img['file.']['50.']['file.']['width'] = $conf['userFunc.']['breiteRight'];
			$img['file.']['50.']['file.']['height'] = $conf['userFunc.']['hoeheRight'];
			$img['file.']['50.']['offset'] = '1,1';
			
			return $this->cObj->IMAGE($img);

Initial URL


Initial Description


Initial Title
GIFBUILDER in php

Initial Tags
php, textmate

Initial Language
Other