rosuH / EasyWatermark

🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用
MIT License
1.6k stars 133 forks source link

Watermark Everything? #128

Open kd4e opened 2 years ago

kd4e commented 2 years ago

Would it be possible to add a selection to automatically apply a watermark to any image that's emailed, Messaged, or tested? If not then to batch watermark all photos on the phone, with an option to selectively remove the watermark as desired? Thanks

rosuH commented 2 years ago

Would it be possible to add a selection to automatically apply a watermark to any image that's emailed, Messaged, or tested?

All images can be save into gallery and edit via EasyWatermark. Or you can share via system's panel.

If not then to batch watermark all photos on the phone, with an option to selectively remove the watermark as desired?

Did you mean reset the image watermark?

kd4e commented 2 years ago

Options:

  1. A script that detects when an image is being shared via a social media app

(email, FM messenger, text, etc) and automatically watermarks it.

  1. A script that watermarks all images as they are added to a folder.

  2. A batch that watermarks all images (not already watermarked) in a folder

  3. A batch that removes watermarks from all images in a folder.

On 1/22/22 7:55 AM, rosuH wrote:

Would it be possible to add a selection to automatically apply a
watermark to any image that's emailed, Messaged, or tested?

All images can be save into gallery and edit via EasyWatermark. Or you can share via system's panel.

If not then to batch watermark all photos on the phone, with an
option to selectively remove the watermark as desired?

Did you mean reset the image watermark?

— Reply to this email directly, view it on GitHub https://github.com/rosuH/EasyWatermark/issues/128#issuecomment-1019247099, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARVGGHKETYPMZATSJV7MOJLUXKSMDANCNFSM5MHYYIMQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

rosuH commented 2 years ago
  1. A script that detects when an image is being shared via a social media app

This may be difficult to achieve for non-system APPs.

  1. A script that watermarks all images as they are added to a folder.

This is possible, but the scenario is very specific and not all images need to be watermarked. For a real implementation, we need to open a backend service that listens for broadcasts. At the moment it looks too heavy for this APP, so we won't consider this for now.

  1. A batch that watermarks all images (not already watermarked) in a folder

This looks to allow users to select folders to operate on, and this is something we will consider adding to this feature.

  1. A batch that removes watermarks from all images in a folder.

Once the watermark is written into the image, it will not be recovered.


Thank you for your sincere advice!

ModischFabrications commented 1 year ago

This seems like a problem that my suggestion and the resulting process at #280 would solve.