Extracting information from Exif Jpeg headers
Hi all,
I'm wanting to extract the GPS coordinates from the Jpeg pictures from my iPhone. Is there a way (from Max) to extract information from Exif Jpeg headers?
Thanks,
Andrew
I haven't looked in to it but [filein] might provide the way forwards.
lh
Thanks Luke, I've been playing around with [filein], but I think this is unfortunately all too higher grade for me. I don't even begin to know where to find the GPS section...
Hi there, that's exactly my question, 12 years later:
Is there a way to get at the EXIF (or IPTC) metadata from a jpeg file?
This should be output by any object that reads jpegs, i.e. jit.matrix with importmovie, or fpic. I know that jhead on the command line gives you everything, but nowadays there should be an in-patch solution in js or node.js, isn't it?