[TYPO3-dev] Image Params - What is wrong??

Tom Walter t3 at wnets.de
Mon Aug 21 19:24:50 CEST 2006


Andreas Wengrzik wrote:

> I tried to make rounded corners for my pictures i trie this way
> in an .php file:
> 
> $lConf['image.']['altText'] = $imgsAltTexts[$cc];
> $lConf['image.']['titleText'] = $imgsTitleTexts[$cc];
> $lConf['image.']['file'] = 'uploads/pics/' . $val;
> $lConf['image.']['file.']['params'] = '-gravity NorthEast
> fileadmin/rounded-ne.png';
> 
> 
> But this doesnt work... can anyone tell me whats wrong or how to make
> rounded corners for each image??
> 
> Writing text with the params and -grasvity value works fine for me.

Maybe this helps you:
http://www.typo3wizard.com/en/snippets/gifbuilder/dynamic-imagemasks-using-gifbuilder.html

Tom




More information about the TYPO3-dev mailing list