lambda-watermark
lambda-watermark copied to clipboard
[Question] - Can I repeat the watermark to entire image?
Hi,
I can use this to place watermark to entire image like this?
What should I put inside the options?

Hi,
Great question. This library only places a watermark in the bottom right corner with a size relative to the parent image. You could try the following:
- Use a full size watermark at 100 % of the parent image. This would probably only work if the aspect ratio of the watermark and image were the same.
- Fork this repository, modify the watermarker to repeat the watermark to cover the image entire image.
This project was mostly a proof of concept, but contributions are very welcome!