Complex ImageMagick's filters for eZ Publisher
Posted: 2008-02-25T12:04:29-07:00
If someone knows eZ Publisher...
Is it possible to do this ImageMagick's filter in eZ ?
I'm trying this at "\settings\siteaccess\esl\image.ini.append.php" without success.
Filter is working on Windows Command Line.
I must use ImageMagick not GD.
I've already posted this at eZ forum:
http://ez.no/developer/forum/setup_desi ... #msg159664
Is it possible to do this ImageMagick's filter in eZ ?
Code: Select all
convert foto.jpg ( logo.png -resize 50% ) -gravity southeast -compose Multiply -composite -mattecolor Tomato -frame 10x10+5+5 output.jpg
Filter is working on Windows Command Line.
I must use ImageMagick not GD.
I've already posted this at eZ forum:
http://ez.no/developer/forum/setup_desi ... #msg159664