Maciej Lizewski created TIKA-1056:
-------------------------------------
Summary: unify ImageMetadataExtractor interface
Key: TIKA-1056
URL: https://issues.apache.org/jira/browse/TIKA-1056
Project: Tika
Issue Type: Wish
Reporter: Maciej Lizewski
Priority: Trivial
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