|
Project Information
Featured
Downloads
Links
|
Metadata Extractor is a straightforward Java library for reading metadata from image files. Metadata metadata = ImageMetadataReader.readMetadata(imageFile); With that object, you can iterate through all the tags it contains, or query out specific values. The library understands several formats of metadata, many of which may be present in a single image:
It will process files of type:
Special camera-specific data is decoded for most cameras manufactured by:
Read GettingStarted for an introduction to the basics of using this library. Mailing ListsTwo mailing lists exist:
CreditsThis library was developed by Drew Noakes. Thanks are due to the many users who sent in suggestions, bug reports, sample images from their cameras as well as encouragement. Wherever possible, they have been credited in the source code and commit logs. FeedbackHave questions? Try the mailing list. Found a bug or have a patch? Search the issue list and if it isn't already there, create it.
|