Upload a photo and see the hidden information stored inside it, like where it was taken and what camera was used.
Client-side EXIF metadata extractor for JPEG and TIFF files. Displays GPS coordinates (with map link), camera make/model, lens, aperture, shutter speed, ISO, focal length, and timestamps.
Reads EXIF (Exchangeable Image File Format, JEITA JEIDA-74) metadata from JPEG APP1 markers and TIFF IFD chains. GPS IFD decoded for latitude/longitude DMS values, converted to decimal degrees. MakerNote IFDs skipped (manufacturer-proprietary, variable schema). All processing in-browser using FileReader API; no image data sent to any server.