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

Ray Gauss II resolved TIKA-1056.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Resolved in r1434117.
                
> unify ImageMetadataExtractor interface
> --------------------------------------
>
>                 Key: TIKA-1056
>                 URL: https://issues.apache.org/jira/browse/TIKA-1056
>             Project: Tika
>          Issue Type: Wish
>            Reporter: Maciej Lizewski
>            Assignee: Ray Gauss II
>            Priority: Trivial
>             Fix For: 1.3
>
>
> there are several methods in this class that are targeted for different image 
> type but with different visibility:
> public void parseJpeg(File file);
> protected void parseTiff(InputStream stream);
> both simply extract all possible metadata from image file or stream. Would be 
> nice if parseTiff could also be "public" so it will be easier to create 
> custom parsers located in external jars that use this functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to