Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oiiotool --metamerge gives output merged metdata of all inputs #2311

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Aug 8, 2019

Most oiiotool commands copy metadata to their result from their first
input. Using --metamerge causes >2 arity image ops to try to merge
metadata from all of its input images (though earlier arguments have
precedence in the case of name clashes).

Also make IBAprep utility have a bitfield flag for the same purpose,
though it's not the mechanism we use for the oiiotool calls.

Along the way, added ParamValueList::merge() merges two PVLs together.

Also fixed a couple typos and updated the oiiotool --help message to point
to the new online docs.

Most oiiotool commands copy metadata to their result from their first
input. Using `--metamerge` causes >2 arity image ops to try to merge
metadata from all of its input images (though earlier arguments have
precedence in the case of name clashes).

Also make IBAprep utility have a bitfield flag for the same purpose,
though it's not the mechanism we use for the oiiotool calls.

Along the way, added `ParamValueList::merge()` merges two PVLs together.

Also fixed a couple typos and updated the oiiotool --help message to point
to the new online docs.
@lgritz lgritz merged commit b5bb487 into AcademySoftwareFoundation:master Aug 9, 2019
@lgritz lgritz deleted the lg-mergemeta branch August 9, 2019 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant