You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (Created) (JIRA)" <ji...@apache.org> on 2011/10/26 23:13:32 UTC

[jira] [Created] (TIKA-762) EXIF extraction from PNG images

EXIF extraction from PNG images
-------------------------------

                 Key: TIKA-762
                 URL: https://issues.apache.org/jira/browse/TIKA-762
             Project: Tika
          Issue Type: New Feature
          Components: parser
    Affects Versions: 1.0
            Reporter: Nick Burch
            Assignee: Nick Burch


The PNG parser doesn't currently extract EXIF information. Only core image properties are currently extracted

This means that for a PNG produced by an iPad (as an example), we miss out on some of the available metadata

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TIKA-762) EXIF extraction from PNG images

Posted by "Nick Burch (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161692#comment-13161692 ] 

Nick Burch commented on TIKA-762:
---------------------------------

It's very easy to replace any parser with another one, simply load your new one after the built in one, and the last to register with a given mimetype will be the one that is used.
                
> EXIF extraction from PNG images
> -------------------------------
>
>                 Key: TIKA-762
>                 URL: https://issues.apache.org/jira/browse/TIKA-762
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>    Affects Versions: 1.0
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: training.png
>
>
> The PNG parser doesn't currently extract EXIF information. Only core image properties are currently extracted
> This means that for a PNG produced by an iPad (as an example), we miss out on some of the available metadata

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TIKA-762) EXIF extraction from PNG images

Posted by "Fabian Lange (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161685#comment-13161685 ] 

Fabian Lange commented on TIKA-762:
-----------------------------------

Hi, I noticed that ImageMetadataExtractor has Classes from the Metadata Extractor Lib on its public API.
I think this should be changed, as it does not allow replacing this library with one that can parse additional formats.
Or you add a second ImageMetadataExtractor which works with a different lib.
What d you think? In the second case one could implement some metadatareading using javax.imageio
                
> EXIF extraction from PNG images
> -------------------------------
>
>                 Key: TIKA-762
>                 URL: https://issues.apache.org/jira/browse/TIKA-762
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>    Affects Versions: 1.0
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: training.png
>
>
> The PNG parser doesn't currently extract EXIF information. Only core image properties are currently extracted
> This means that for a PNG produced by an iPad (as an example), we miss out on some of the available metadata

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-762) EXIF extraction from PNG images

Posted by "Nick Burch (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch updated TIKA-762:
----------------------------

    Attachment: training.png

The attached file "training.png" is an example PNG which contains EXIF metadata.
                
> EXIF extraction from PNG images
> -------------------------------
>
>                 Key: TIKA-762
>                 URL: https://issues.apache.org/jira/browse/TIKA-762
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>    Affects Versions: 1.0
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: training.png
>
>
> The PNG parser doesn't currently extract EXIF information. Only core image properties are currently extracted
> This means that for a PNG produced by an iPad (as an example), we miss out on some of the available metadata

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira