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

[IMAGING-163] Add XmpEmbedabble interface to parsers that support it #54

Merged
merged 2 commits into from
Dec 27, 2019

Conversation

kinow
Copy link
Member

@kinow kinow commented Oct 28, 2019

An alternative propose to IMAGING-163. See #9 for another approach.

In this PR, a new interface XmpEmbeddable is added. The getXmpXml method is removed from the ImageParser, and from any parser that was always returning null.

Now, instead, only the parsers that currently support XMP metadata tags implement that method. Not all parsers will implement this interface, as not all image format specifications support XMP.

@kinow kinow self-assigned this Oct 28, 2019
@kinow
Copy link
Member Author

kinow commented Oct 28, 2019

Won't really merge it myself without another reviewer, first so that someone else helps deciding on which approach, and also because I am not really good with names.

@coveralls
Copy link

coveralls commented Oct 28, 2019

Coverage Status

Coverage decreased (-0.01%) to 74.924% when pulling 871374b on kinow:fix-imaging-163 into 7949824 on apache:master.

@kinow kinow merged commit 2871b9b into apache:master Dec 27, 2019
@kinow kinow mentioned this pull request Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants