You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2017/12/08 06:36:00 UTC

[jira] [Commented] (IMAGING-207) Missing support for EXIF tags

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

Bruno P. Kinoshita commented on IMAGING-207:
--------------------------------------------

Hi Joakim,

My plan is to run a regex/Python/etc script to identify the missing tags (simply the ones that are not found in the current code base). Then create a table with

* Missing tag
* Relationship to EXIF (i.e. whether it's from some manufacturer, or a group of tags, etc)
* Possible class in Imaging to accommodate the tag

If I understood your question, this should add back all the missing tags. Does that sound like a possible solution for this issue?

Cheers
Bruno

> Missing support for EXIF tags
> -----------------------------
>
>                 Key: IMAGING-207
>                 URL: https://issues.apache.org/jira/browse/IMAGING-207
>             Project: Commons Imaging
>          Issue Type: Improvement
>            Reporter: Joakim Knudsen
>            Assignee: Bruno P. Kinoshita
>            Priority: Minor
>
> It seems Commons Imaging does not seem to support the following tags (which are supported by Sanselan 0.97):
> ||Tag ID||Tag Name||Writable||Group||Values / Notes||TiffConstant in Sanselan||
> |0x010e|ImageDescription|string|IFD0|	|EXIF_TAG_IMAGE_DESCRIPTION|
> |0x9c9c|XPComment|int8u|IFD0|	|EXIF_TAG_XPCOMMENT|
> https://sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)