[TYPO3-german] imagick_readimage

Chi Hoang chibox at gmail.com
Fri Apr 21 00:54:59 CEST 2006


Hallo,

Probiers doch mal so:

Typoscript:

	previewImg = IMAGE
	previewImg {
           file = OVERWRITTEN
           file.maxW = 185
	}

Php:

     $previewImg = $this->conf['previewImg.'];
     $previewImg['file'] = $this->uploadPath().$image[0];

     $markerArray['###IMAGE###'] = 
$this->cObj->cObjGetSingle($this->conf['previewImg'], $previewImg);


Gruß,

Chi



More information about the TYPO3-german mailing list