How to Rotate Watermark?

See all posts Reply

How to Rotate Watermark? new!
by may, 11 years, 10 months ago
I try with the following method to rotate watermark but it is not working, please help and advice.

$bar->upload($image);
$foo->upload($watermark);
$foo->image_rotate          = '90';
$bar->watermark = $foo;
Reply
Re: How to Rotate Watermark? new!
by colin, 11 years, 10 months ago
You cannot rotate the watermark as such. But you can rotate the image.

Your code is wrong, you don't need two Upload objects. Please see the examples hereReply