Add selectable EXIF ImageDescription fields for process and scanning metadata - #726
Merged
marcinz606 merged 4 commits intoAug 1, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EXIF
ImageDescriptioncan now include process and scanning metadata as well as gear. A Description… button on the Metadata preview opens a checklist of which fields to join into the description, so JPEG workflows that search description text (export → DAM / Photos) can filter on developer, format, push/pull, and scanning without cluttering every file by default.Behaviour
Checked fields with non-empty values are joined with
•intoImageDescription. Push/pull is omitted when Normal.Defaults match the previous gear-only description.
Per-frame and batch
MetadataConfig.description_fields.last_description_fieldssticky).Example (all fields enabled)
Canon AE-1 • 50mm f/1.4 • Portra 400 • ISO 400 • 35mm • D-76 1+1 • Push +1 • DSLR copy-stand
Test plan
Implements #705