[
https://issues.apache.org/jira/browse/TIKA-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18118678#comment-18118678
]
Tilman Hausherr commented on TIKA-4902:
---------------------------------------
org.opentest4j.AssertionFailedError: expected: <0.0, 1.0> but was: <0,, 1,>
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1199)
at
org.apache.tika.parser.image.ImageMetadataExtractorTest.testIccCurvesSkippedUnlessConfigured(ImageMetadataExtractorTest.java:193)
Windows 10, jdk11 and 27.
> Do not extract ICC curve/lookup-table tags by default in image parsers
> ----------------------------------------------------------------------
>
> Key: TIKA-4902
> URL: https://issues.apache.org/jira/browse/TIKA-4902
> Project: Tika
> Issue Type: Improvement
> Reporter: Tim Allison
> Priority: Trivial
>
> Tika dumps ~33kb curv/trc numbers into icc:*. I can't imagine there's a huge
> use case for that information. The actual iteration in metadata-extractor is
> expensive...beyond the bloated metadata. So the right fix is not to tell
> people to add a metadata filter.
> Let's avoid iterating that info but leave a parameter for users to turn it
> back on if they need that metadata.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)