2

Does anyone know any class which allows extracting metadata in java from .jpg image? Or maybe some useful code?

Thank you!

1 Answer 1

1

I maintain a library that does exactly this.

https://github.com/drewnoakes/metadata-extractor/

The API is pretty simple:

Metadata metadata = ImageMetadataReader.readMetadata(imagePath); 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.