Add gear library and film capture metadata export with scan rig preserved in XMP#409
Merged
Merged
Conversation
Owner
|
really nice feature! |
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.
A while ago I made myself a tool to easily add metadata about the gear used to capture the original image, it have been an integrated part of my workflow, so I basically recreated it into the metadata tab in negpy to make my workflow smoother.
I am not sure this fits within your vision for NegPy, but anyways here it is.
Summary
Adds a gear library and redesigned Metadata tab so users can tag each frame with original film capture info (camera, lens, film stock, process) and embed that into exported JPEG/TIFF/PNG files.
Key behavior:
FocalLengthIn35mmFormat, scan exposure/ISO, etc.) are stripped to avoid mixed or confusing composite fields.negpynamespace) — Capture fields are mirrored asCapture*tags; the digitization rig (DSLR, film scanner, copy-stand) is snapshotted from source EXIF asScan*tags before any overwrite.negpy:Scan*XMP.Includes:
~/NegPy/gear/(cameras, lenses, film stocks, presets) with bundled starter dataembed_metadataTest plan
negpy:Scan*holds scan riguv run pytest tests/metadata/ tests/test_metadata_writer.py