Update watermarking documentation

merge-requests/30/head
Bob Mottram 2024-07-25 15:39:55 +01:00
parent 33e39c6f1a
commit c4ff723cfd
3 changed files with 16 additions and 8 deletions

Binary file not shown.

View File

@ -606,13 +606,19 @@ podcasts might be feasible.</p>
<figcaption aria-hidden="true">Image watermarking</figcaption> <figcaption aria-hidden="true">Image watermarking</figcaption>
</figure> </figure>
<p>When attaching an image it is possible to overlay a watermark image <p>When attaching an image it is possible to overlay a watermark image
in order to mess with faux-AI scrapers trying to grift upon your photos. in order to mess with generative AI scrapers trying to grift upon your
Epicyon will do its best to bounce AI scraper bots, but since those photos. Epicyon will do its best to bounce AI scraper bots, but since
systems are fundamentally unethical they may trivially be able to get those systems are fundamentally unethical they cannot be relied upon to
around simple user agent based blocking methods. A watermark image can follow user agent conventions. A watermark image can be uploaded from
be uploaded from the <strong>Edit Profile</strong> screen under the the <strong>Edit Profile</strong> screen under the <strong>Background
<strong>Background Images</strong> section. You may need to experiment Images</strong> section. You may need to experiment with the watermark
with the watermark image size to get the proportions as you wish.</p> image width, position and opacity, which can be set as command options
on the daemon. See <a
href="https://gitlab.com/bashrc2/epicyon/-/blob/main/README_commandline.md">README_commandline.md</a>
for details.</p>
<p>Even if the scraper bot tries to remove your watermark from the image
by filling in from the surrounding pixels, the removal itself may leave
a detectable trace indicative of improper use.</p>
<h2 id="events">Events</h2> <h2 id="events">Events</h2>
<p>You can specify a date, time and location for the post. If a date is <p>You can specify a date, time and location for the post. If a date is
set then the post will appear as an event on the calendar of recipients. set then the post will appear as an event on the calendar of recipients.

View File

@ -448,7 +448,9 @@ Attachments should be as small as possible in terms of file size. Videos should
![Image watermarking](manual-watermark-ai.png) ![Image watermarking](manual-watermark-ai.png)
When attaching an image it is possible to overlay a watermark image in order to mess with faux-AI scrapers trying to grift upon your photos. Epicyon will do it's best to bounce AI scraper bots, but since those systems are fundamentally unethical they may trivially be able to get around simple user agent based blocking methods. A watermark image can be uploaded from the **Edit Profile** screen under the **Background Images** section. You may need to experiment with the watermark image size to get the proportions as you wish. When attaching an image it is possible to overlay a watermark image in order to mess with generative AI scrapers trying to grift upon your photos. Epicyon will do it's best to bounce AI scraper bots, but since those systems are fundamentally unethical they cannot be relied upon to follow user agent conventions. A watermark image can be uploaded from the **Edit Profile** screen under the **Background Images** section. You may need to experiment with the watermark image width, position and opacity, which can be set as command options on the daemon. See [README_commandline.md](https://gitlab.com/bashrc2/epicyon/-/blob/main/README_commandline.md) for details.
Even if the scraper bot tries to remove your watermark from the image by filling in from the surrounding pixels, the removal itself may leave a detectable trace indicative of improper use.
## Events ## Events
You can specify a date, time and location for the post. If a date is set then the post will appear as an event on the calendar of recipients. This makes it easy for people to organize events without needing to explicitly manage calendars. You can specify a date, time and location for the post. If a date is set then the post will appear as an event on the calendar of recipients. This makes it easy for people to organize events without needing to explicitly manage calendars.