Closed GoogleCodeExporter closed 9 years ago
Hi trjkaz,
The good news is that you can already achieve what you're looking for. The
Descriptor classes only provide descriptions of the tags within Directory
instances. If you look at the Directory class directly, you'll be able to
access all underlying values in their raw forms via methods such as getDate:
http://code.google.com/p/metadata-extractor/source/browse/trunk/Source/com/drew/
metadata/Directory.java#710
I'll close this issue and try to make the documentation clearer regarding this
point.
Drew.
Original comment by drewnoakes
on 25 Jul 2011 at 12:51
Argh, quite right.
I didn't see it at all, because I was looping through the tags and there was
nothing of the sort on Tag itself.
Original comment by trejkaz
on 25 Jul 2011 at 1:01
Original issue reported on code.google.com by
trejkaz
on 25 Jul 2011 at 6:39