public interface XmpEmbeddable
Modifier and Type | Method and Description |
---|---|
String |
getXmpXml(ByteSource byteSource,
Map<String,Object> params)
Get a string containing XML-formatted text conforming to the Extensible
Metadata Platform (EXP) standard for representing information about
image content.
|
String getXmpXml(ByteSource byteSource, Map<String,Object> params) throws ImageReadException, IOException
byteSource
- A valid reference to a ByteSource.params
- Optional instructions for special-handling or
interpretation of the input data.ImageReadException
- In the event that the specified content
does not conform to the format of the specific
parser implementation.IOException
- In the event of unsuccessful read or access operation.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.