Good person, I'm doing my CBT and now I'm implementing a photo gallery, but I need these photos to have a watermark that the user previously chose, I'm using nanoGallery2 to show the gallery / photos, and how back I'm using Laravel . The problem I face is: I just wanted the photos to be watermarked because I wanted to keep the original file, but I'm afraid that the user will disable JS and be able to "get" the photo without the tag, so I can insert the watermark . I tried to use the Intervention \ Image library and another 2, but normally Opacity took more than 30 seconds per image. The only one I could do works more "fast" was the library of claviska \ SimpleImage, but in 40 photos, it took almost 30 seconds, which is still a lot.
Anyway, I do not know which way to get ...
What do you advise me?
Thank you