+ Reply to Thread
Results 1 to 6 of 6

Thread: watermark at the middle

Hybrid View

  1. #1

    watermark at the middle

    Does anyone have a clue how to get the watermark in the middle of the images instead of the corner_?

  2. #2
    Hello Jeremiah Mchechu,

    You can do it yourself through ftp.

    Open file: ftp://includes>>classes>>rlResize.class.php in method: saveImage
    if you use image for watermark:
    find code at line ~ 205:
    PHP Code:
    Only registered members can view the code
    and change to:
    PHP Code:
    Only registered members can view the code
    It will show in the middle of image.


    If you use text for the watermark you should change same but at line ~237

    PHP Code:
    Only registered members can view the code
    and change to:
    PHP Code:
    Only registered members can view the code
    save and try to add images for listings again.
    Last edited by Viktor; April 13, 2015 at 06:36 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Dec 2014
    Location
    Germany
    Posts
    199
    I like to ask in that point, how can I change the size of the text for the watermark?

    Stephane

  4. #4
    thanks aloot i could put it at the middle...same as Stephane i would like to change the color and the size. i tried to check css files but no luck. thanks in advance

  5. #5

    ıts not possible

    The size and color of a watermark cannot be changed as its hardcoded but you can use a png image you need to apply watermark

  6. #6
    Hello Stephane,

    You can try to change color for the watermark text. Go to ftp://includes>>classes>>rlResize.class.php in method saveImage find code at line ~ 229:

    PHP Code:
    Only registered members can view the code
    Try to change 255 to other numbers in RGB format. Font size you cannot set bigger only through watermark as image.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread