summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-03 08:49:11 +0300
committerPaul Buetow <paul@buetow.org>2026-06-03 08:49:11 +0300
commit32d58b2a62840b58d38d070599cdd40c8ee2e7de (patch)
tree5aa0f09d5ad6cea58191812349993689c4331b53 /README.md
parent1e23be37f3c10c2208f4851b2fa8701c95636a8c (diff)
Filter incoming image files for task 2j0
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7dcfa43..3e62274 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,15 @@ settings, readable input and template directories, a writable output location,
and ImageMagick availability. Generation stops before writing album output when
validation fails.
+Only regular files in `INCOMING_DIR` with supported image extensions are
+processed as album images. Supported extensions are `jpg`, `jpeg`, `png`, `webp`,
+and `gif`, matched case-insensitively. Other files, such as `.txt` or `.md`
+notes, are ignored with a warning so generation can continue.
+
Successful generation writes `photoalbum.json` into the output directory. This
metadata records the generator version and timestamp, config source, template
-directory, source and generated file counts, tarball status, and effective
-settings useful for debugging a published album.
+directory, supported source image and generated file counts, tarball status, and
+effective settings useful for debugging a published album.
The following long options override config values: