[
https://issues.apache.org/jira/browse/IMAGING-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263611#comment-16263611
]
Bruno P. Kinoshita commented on IMAGING-207:
--------------------------------------------
Looks like it was removed still in Sanselan, in r13a8824 (`git log --patch
13a8824`). Not too sure why. I guess the constants were going to be moved to
their own classes? But maybe not everything was moved.
Found it by searching the tag in the git logs (instead of printing just
commits, you can also use --patch and see the whole history).
$ git log --oneline -SEXIF_TAG_IMAGE_DESCRIPTION | awk '{print $1}'
13a8824
e5e9aec
f486f88
a3dfe07
5def112
> 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)