[jira] Created: (TIKA-314) Initial support for JPEG EXIF metadata extraction

View: New views
9 Messages — Rating Filter:   Alert me  

[jira] Created: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Initial support for JPEG EXIF metadata extraction
-------------------------------------------------

                 Key: TIKA-314
                 URL: https://issues.apache.org/jira/browse/TIKA-314
             Project: Tika
          Issue Type: Improvement
          Components: parser
            Reporter: Maxim Valyanskiy
             Fix For: 0.5
         Attachments: 0001-initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg

This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Valyanskiy updated TIKA-314:
----------------------------------

    Attachment: testJPEG_EXIF.jpg
                0001-initial-support-for-jpeg-exif-extraction.patch

patch and test data

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>             Fix For: 0.5
>
>         Attachments: 0001-initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Valyanskiy updated TIKA-314:
----------------------------------

    Attachment:     (was: 0001-initial-support-for-jpeg-exif-extraction.patch)

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Valyanskiy updated TIKA-314:
----------------------------------

    Attachment: initial-support-for-jpeg-exif-extraction.patch

oops, I attached patch in git format, this attachement is the same patch in unidiff format

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Jukka Zitting commented on TIKA-314:
------------------------------------

Looks good, thanks! The metadata-extractor library seems to be in the public domain, so it should be fine for us to use. The exact license info I find in the library is:

    This is public domain software - that is, you can do whatever you want
    with it, and include it software that is licensed under the GNU or the
    BSD license, or whatever other licence you choose, including proprietary
    closed source licenses.  I do ask that you leave this header in tact.

BTW, a git format patch is fine, I'm actually using git myself too (committing via git-svn).

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Jukka Zitting commented on TIKA-314:
------------------------------------

Patch committed in revision 829467. Added missing license headers in revision 829469.

BTW, how about if we moved the JpegParser class to the o.a.tika.parser.image package?


> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned TIKA-314:
--------------------------------------

    Assignee: Jukka Zitting  (was: Chris A. Mattmann)

Jukka already fixed this -- I thought it was unassigned and therefore needed work but since it's likely fixed, I'll leave the assignee as Jukka.

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>            Assignee: Jukka Zitting
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned TIKA-314:
--------------------------------------

    Assignee: Chris A. Mattmann

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>            Assignee: Chris A. Mattmann
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TIKA-314) Initial support for JPEG EXIF metadata extraction

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved TIKA-314.
------------------------------------

    Resolution: Fixed

I think this fix is fine as is -- as Jukka suggested, we may move to a diff package, but if so, we can open a new issue for it at that time. I'm marking this as fixed. Thanks, Jukka, and thanks Maxim for the patch!

> Initial support for JPEG EXIF metadata extraction
> -------------------------------------------------
>
>                 Key: TIKA-314
>                 URL: https://issues.apache.org/jira/browse/TIKA-314
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Maxim Valyanskiy
>            Assignee: Jukka Zitting
>             Fix For: 0.5
>
>         Attachments: initial-support-for-jpeg-exif-extraction.patch, testJPEG_EXIF.jpg
>
>
> This patch adds initial support for JPEG EXIF metadata extraction

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.