You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/10/28 10:07:37 UTC

[GitHub] [commons-imaging] kinow opened a new pull request #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it

kinow opened a new pull request #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it
URL: https://github.com/apache/commons-imaging/pull/54
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services