Forums / General / Images Copyright [SOLVED]
Julien Plesniak
Thursday 25 June 2009 2:39:59 am
Hello, I want to add on my upload images a copyright text.I add this lines in my file image.ini.append.php
[ImageMagick] IsEnabled=false Filters[]=copy=-font helvetica -fill white -draw "text 10,20 'Copyright me'" [AliasSettings] AliasList[]=imagewidthcopy [imagewidthcopy] Filters[]=copy=
But when i see my images with the alias "imagewidthcopy", i dont see the text.
What's the solution?
thanks
and sorry for my english ;)
Ćukasz Serwatka
Thursday 25 June 2009 6:43:03 am
Hi,
Take a look on this topic:http://ez.no/developer/forum/developer/windows_command_line_imagemagick_filter_for_ez/re_windows_command_line_imagemagick_filter_fo
Watermarking can be one of the solutions.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Thursday 25 June 2009 6:57:24 am
thank youi see my stupid error
IsEnabled=false
to
IsEnabled=true
and it works!
thanks for help