You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bruno P. Kinoshita (Jira)" <ji...@apache.org> on 2019/10/28 10:10:00 UTC

[jira] [Updated] (IMAGING-163) DcxImageParser.getXmpXml() always returns null

     [ https://issues.apache.org/jira/browse/IMAGING-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita updated IMAGING-163:
---------------------------------------
    Assignee: Bruno P. Kinoshita

> DcxImageParser.getXmpXml() always returns null
> ----------------------------------------------
>
>                 Key: IMAGING-163
>                 URL: https://issues.apache.org/jira/browse/IMAGING-163
>             Project: Commons Imaging
>          Issue Type: Improvement
>            Reporter: Michael Groß
>            Assignee: Bruno P. Kinoshita
>            Priority: Major
>              Labels: github
>             Fix For: Review Patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Affects PCX format - can't spot this format in "Components" field.
> org.apache.commons.imaging.formats.dcx.DcxImageParser.getXmpXml() always returns null
> {noformat}
> /**
>      * Extracts embedded XML metadata as XML string.
>      * <p>
>      * 
>      * @param byteSource
>      *            File containing image data.
>      * @param params
>      *            Map of optional parameters, defined in ImagingConstants.
>      * @return Xmp Xml as String, if present. Otherwise, returns null.
>      * @throws org.apache.commons.imaging.ImageReadException
>      * @throws java.io.IOException
>      */
>     @Override
>     public String getXmpXml(final ByteSource byteSource, final ImagingParameters params)
>             throws ImageReadException, IOException {
>         return null;
>     }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)