diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 08:49:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 08:49:11 +0300 |
| commit | 32d58b2a62840b58d38d070599cdd40c8ee2e7de (patch) | |
| tree | 5aa0f09d5ad6cea58191812349993689c4331b53 /README.md | |
| parent | 1e23be37f3c10c2208f4851b2fa8701c95636a8c (diff) | |
Filter incoming image files for task 2j0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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: |
