We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi -
I have this particular problem, which involves getting the meta-data from an array of image-files ... More specifically, I want to extract the GPS coordinates from the file, and work with them in a Processing sketch. I've been looking in various places for answers, but doesn't seem to be able to find anything.
Any help is appreciated.
Answers
It depends on the image format, I suppose.
Your best / easiest way is to find some Java library to parse this metadata.
Like this one, for example: https://github.com/drewnoakes/metadata-extractor
Thanks, guys. I will try that and let you know how it works out.