[
https://issues.apache.org/jira/browse/TIKA-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245917#comment-14245917
]
Hudson commented on TIKA-1495:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #360 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/360/])
TIKA-1495 Start on a BPG parser, so far just covering width and height (rest to
follow later) (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1645454)
*
/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/image/BPGParser.java
*
/tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
*
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/image/BPGParserTest.java
TIKA-1495 Decoder for UE7 integers, which work a bit like UTF8 does for
strings, used in BPG (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1645451)
* /tika/trunk/tika-core/src/main/java/org/apache/tika/io/EndianUtils.java
* /tika/trunk/tika-core/src/test/java/org/apache/tika/io/EndianUtilsTest.java
* /tika/trunk/tika-core/src/test/java/org/apache/tika/io/FilenameUtilsTest.java
> Parser for BPG (Better Portable Graphics) format
> ------------------------------------------------
>
> Key: TIKA-1495
> URL: https://issues.apache.org/jira/browse/TIKA-1495
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 1..7
> Reporter: Nick Burch
>
> Following on from TIKA-1491, it would be good to also have a parser for BPG
> files as well. Likely this would pull out some very basic metadata from the
> header, then locate the EXIF and XMP blocks + hand those on for parsing
> There doesn't appear to be a suitable Java library yet, but based on reading
> the file format spec at http://bellard.org/bpg/bpg_spec.txt it doesn't look
> like a basic parser would be that much work!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)