[ 
https://issues.apache.org/jira/browse/TIKA-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484387#comment-14484387
 ] 

Tim Allison commented on TIKA-1594:
-----------------------------------

When I upgraded to 2.8.0, two tests within TiffParserTest are now failing:

{noformat}
        assertEquals("100", metadata.get(Metadata.IMAGE_WIDTH));
        assertEquals("75", metadata.get(Metadata.IMAGE_LENGTH));
{noformat}

The returned values are "100 pixels" and "75 pixels" respectively.

Should I change the expected or should we trim " pixels" in the metadata parser?

> Webp parsing support
> --------------------
>
>                 Key: TIKA-1594
>                 URL: https://issues.apache.org/jira/browse/TIKA-1594
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 1.7
>            Reporter: Jan Kronquist
>
> webp content type is correctly detected, but parsing is not supported. 
> I noticed that metadata-extractor 2.8.0 supports webp:
> https://github.com/drewnoakes/metadata-extractor/issues/85
> However, Tika does currently not work with this version (I tried manually 
> overriding the dependency). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to