A repeating watermark slanted in the same direction. Please note that the current command I use is;
Code: Select all
// Build the imagemagick command - using rgba so the opacity of the text can be set
$cmd = "$original_image -pointsize 50 -font /var/www/html/static/fonts/arial.ttf -fill rgba\(0,0,0,0.4\) ".
" -gravity center -annotate +0+0 \"$text_submitted\" ";
$text_submitted is the text submitted from a form, which of course will output the following;
I am currently using Debian 8 with PHP 5.6.30, here is some information on what version of Imagick I am using;
I have really tried to get this working on my own but I just cannot and would really, really appreciate an experts help on the matter. Thanks in advance.