[Typo3] Scaling Images in my own Extension
Jan Bednarik
info at bednarik.org
Mon Jun 6 21:05:30 CEST 2005
> Hello,
Hi,
> I want to give the users of my extensions the possibility to scale their images,
> like in default content elements, but i didn't find any documentation about how
> i can do that. What would be the best way to realize this? Are there any Typo3
> functions?
I.E.:
$im = Array();
$im['file'] = $path;
$im['file.']['maxW'] = 293;
$markerArray["###IMG###"] = $this->cObj->IMAGE($im);
--
Jan Bednarik
More information about the TYPO3-english
mailing list