How to apply watermark on image? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How to apply watermark on image?

In web development, applying watermark on the image while uploading to the server.

15th Apr 2019, 6:03 PM
sbkrish
sbkrish - avatar
4 Respostas
+ 6
I think itā€˜s impossible, but you could try to add a watermark over the image you want ton watermark and set itā€˜s opacity to like 0.4 or somethingšŸ’«
15th Apr 2019, 8:51 PM
Iā€˜m SarahšŸŒ¹
Iā€˜m SarahšŸŒ¹ - avatar
+ 3
You can apply watermark by using image editing software, like Photoshop and upload it.
16th Apr 2019, 3:15 AM
Anshu Kumari
Anshu Kumari - avatar
30th Jul 2021, 8:12 AM
CalviÕ²
CalviÕ² - avatar
0
Using third party softwares is not a best solution for this while handling thousands of images. We can achieve the result using server side script. Finally I got it from php manual. https://www.php.net/manual/en/image.examples-watermark.php
16th Apr 2019, 3:43 AM
sbkrish
sbkrish - avatar