Feature request
-
I hope you guys are willing to come up with this:
Enable non-destructive watermarking of the original images as an option.
Problem:
When watermarking images exept the original, these images can still be found and indexed.Sollution:
Create an option to store all original images in a backup folder within the uploads folder that the image is located.
The user can then use .htaccess to fully protect their original content.Todo: (when the option is enabled)
- Create backupfolder “watermark-backup” within the images uploads folder (example: **/2016/02/watermark-backup/)
- When saving the original image with a watermark, create a backup in the backup folder
- When saving images with a new watermark, allways use the backup image if one is available. (htaccess wont be a problem since you’ll be working server-side).
I can provide help on this if that is ok!
Also, I you won’t implement this. Can you provide hooks in the plugin that I can use you implement this myself?
- The topic ‘Feature request’ is closed to new replies.