Difference between revisions of "Watermarking in LX"

From ISoft Wiki
Jump to navigationJump to search
m (Created page with "==Watermarking in LXpro and LXQ == Right now there are a set of variables in the code that have to be set, but will be pulled out as next step. *$paddingx = 10; *$paddingy = 10;...")
 
(The info in here was wrong. I recreated the page, corrected the info, and put it in the internal namespace)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Watermarking in LXpro and LXQ ==
#REDIRECT [[Internal:Watermarking_in_LX]]
Right now there are a set of variables in the code that have to be set, but will be pulled out as next step.
 
*$paddingx = 10;
*$paddingy = 10;
*$xposition = 'right'; //  left, middle, right
*$yposition = 'bottom'; //  top, middle, bottom
*$watermarkpercent = 0.25;
*$iswatermark = true;
padding is how far from edge you want it
and position works like this
{| class="wikitable"
| top left
| top middle
| top right
|-
| middle left
| middle middle
| middle right
|-
| bottom left
| bottom middle
| bottom right
|}
 
watermark percent is kinda wonky.  but it controls how large the watermark is relative to source image.

Latest revision as of 09:40, 27 June 2017