diff --git a/manual/manual.epub b/manual/manual.epub index cc6bce6ec..23aa48052 100644 Binary files a/manual/manual.epub and b/manual/manual.epub differ diff --git a/manual/manual.html b/manual/manual.html index 2fef8ec68..0d9ca2a9e 100644 --- a/manual/manual.html +++ b/manual/manual.html @@ -617,6 +617,13 @@ relevant.
Videos should be no more than 20 seconds in length. Epicyon is not suitable for hosting lengthy or high resolution videos, although podcasts might be feasible. +When attaching an image you may also choose to use dithering. This produces +a halftone effect similar to old newspaper photos which were printed as +a pattern of small dots. Dithering may be used to add some artistic +effect, and it may also be a useful mitigation against having your +images scraped and used by generative AI systems since the dot pattern +will make the data considerably less useful to them.
diff --git a/manual/manual.md b/manual/manual.md
index e33c33b7a..fec3e0d8c 100644
--- a/manual/manual.md
+++ b/manual/manual.md
@@ -449,6 +449,8 @@ Attachments can use a variety of formats.
Attachments should be as small as possible in terms of file size. Videos should be no more than 20 seconds in length. Epicyon is not suitable for hosting lengthy or high resolution videos, although podcasts might be feasible.
+When attaching an image you may also choose to use [dithering](https://en.wikipedia.org/wiki/Dither). This produces a halftone effect similar to old newspaper photos which were printed as a pattern of small dots. Dithering may be used to add some artistic effect, and it may also be a useful mitigation against having your images scraped and used by generative AI systems since the dot pattern will make the data considerably less useful to them.
+

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, or pollute them by giving random responses to pollute their training sets, 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.