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

More generic metadata support #820

Merged
merged 5 commits into from
Jun 22, 2020
Merged

More generic metadata support #820

merged 5 commits into from
Jun 22, 2020

Conversation

fabiencastan
Copy link
Member

Recognize images with non standard metadata as exported by Nuke on EXR images.

  • Support metadata with a group defined by "/" instead of ":". Can contain multiple "/".
  • Case insensitive search for metadata.

Replace #777


if(it == _metadata.end() || it->second.empty())
return false;
const std::string& getMetadata(const std::vector<std::string>& names) const;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doxygen missing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, updated!

@fabiencastan fabiencastan merged commit c409ec9 into develop Jun 22, 2020
@fabiencastan fabiencastan deleted the dev/metadata branch June 22, 2020 10:28
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.

2 participants