[TYPO3-english] ImageMagick
Tomaz Zaman
tomaz at optiss.si
Thu Apr 30 01:05:23 CEST 2009
Hey guys i have some problems with IM effects, namely using rounded
corners extension. I think that IM 6.2.4 has a bug, but i'm no expert on
that area.
The following code is from the extension:
$cmd = t3lib_div::imageMagickCommand('composite', '-gravity SouthEast
'.$cornerSE .' '.$newfile .' '.$newfile);
exec($cmd);
this produces a valid IM command, but i think IM has some problems
understanding it. the code above combines border png image with the
image in the content.
Any thoughts on this one?
Tomaz Zaman
More information about the TYPO3-english
mailing list