[TYPO3-dev] mask image
Bartosz Aninowski
bart at REMITsonik.pl
Sun May 13 18:03:40 CEST 2007
Hi
I would like to mask image inside my extension,
Why this configuration doesn't work
imagePlan = IMAGE
imagePlan {
file.maxW = 252
mask = fileadmin/templates/main/mask.gif
}
$imgTSConfig = $this->conf['imagePlan.'];
$imgTSConfig['file'] =
'uploads/tx_bashops/'.$this->internal['currentRow']['plan'];
$markerArray['###PLAN###'] = $this->cObj->IMAGE($imgTSConfig);
More information about the TYPO3-dev
mailing list