Knowledgebase: Support
How to move watermark position on the image to the right lower corner?
Posted by Lena Kosyakova on 07 September 2009 04:25 PM
1. Open /system/lib/miscellaneous/ImageWatermarker.php and find the line:

imagecopymerge($image, $watermark, ((imagesx($image) - imagesx($watermark)) / 2), ((imagesy($image) - imagesy($watermark)) / 2), 0, 0, imagesx($watermark), imagesy($watermark), $this->transparency);

2. Change it to:

imagecopymerge($image, $watermark, ((imagesx($image) - imagesx($watermark))), ((imagesy($image) - imagesy($watermark))), 0, 0, imagesx($watermark), imagesy($watermark), $this->transparency);



(337 votes)
This article was helpful
This article was not helpful

Comments (0)
Post a new comment 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below. This is required to prevent automated registrations and form submissions.

Help Desk Software by Kayako Fusion