Forums / Install & configuration / Is it possible to use a custom ImageMagick script
Guillaume Kulakowski
Thursday 30 September 2010 7:13:00 am
Hi,
is it possible to use a custom ImageMagik script on eZ Publish ? I can't find parameter in image.ini
Thx
My blog : http://www.llaumgui.com (not in eZ Publish ;-)) eZC on RHEL : http://blog.famillecollet.com/pages/Config-en eZC on Fedora : just "yum install php-channel-ezc"
Quoc Huy Nguyen Dinh
Thursday 30 September 2010 8:19:17 am
Here's how I'm adding a watermark to all my "lightboxlarge" image versions:
image.ini.append.php
[ImageMagick]Filters[]=watermark=+swap -composite -gravity south /full/path/to/watermark.png
[lightboxlarge] Reference= Filters[] Filters[]=geometry/scaledownonly=800;800Filters[]=watermark=
Jérôme Vieilledent
Monday 11 October 2010 12:34:41 am
Hi Guillaume !
What do you exactly mean ? Do you want to make a custom filter or use a custom script as a replacement of convert ?