Tuesday 19 February 2008 11:20:39 am
Next filter works fine in Windows Command Line, it takes 2 images (foto.jpg anf logo.png) and merges them like a watermark adding a "Tomato border" to the resultant image: convert foto.jpg ( logo.png -resize 50% ) -gravity southeast -compose Multiply -composite -mattecolor Tomato -frame 10x10+5+5 output.jpg
I need to translate this filter to eZ. The nearest I have is:
In settings/siteacces/esl/image.ini.append.php, I have this: Filters[]=watermark=( design/ezwebin_site/images/logo.png -resize 50% ) -gravity southeast -compose Multiply -composite -mattecolor Tomato -frame 10x10+5+5 This filter only displays the Tomato border but not the logo.png as watermark image. Any idea will be appreciated.
|