[
https://issues.apache.org/jira/browse/IMAGING-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263617#comment-16263617
]
Bruno P. Kinoshita commented on IMAGING-207:
--------------------------------------------
I think that is the last commit with "0x010e", the value for the image
description.
Looking at the commits after that last one, it's possible to see new classes
being created under the o.a.c.sanselan.formats.tiff.contants package. We can
probably refer to a reference documentation, find out to which group the image
description belongs to, and either update the class or create a new one under
https://github.com/apache/commons-imaging/tree/62c8e6fe78529f410478d5830db32aa1ef7528da/src/main/java/org/apache/commons/imaging/formats/tiff/constants
How does that sound?
> 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
> 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)