About this tool
Inspect image metadata including camera, date, and GPS fields.
The EXIF Data Viewer opens a JPEG's APP1 metadata segment in your browser and lists every tag it contains — camera make and model, capture and digitised dates, exposure time, F-number, ISO, focal length, orientation, and the GPS block when the photo carries one. It parses the raw bytes directly: it checks the JPEG start marker, finds the Exif header, reads whether the TIFF block is little-endian (II) or big-endian (MM), then walks each 12-byte directory entry and decodes ASCII, short, long and rational values. Tags it recognises get plain-English names; anything else is shown by its hex tag ID so nothing is hidden from you.
Open EXIF Data Viewer on AltFTool — it loads instantly in your browser.
Paste your code or data sample into the workspace.
Pick the format, conversion, or analysis you need.
Copy the polished result straight back into your project.
Unrecognised fields are still listed with their hex tag ID and decoded value, so a viewer that names 22 tags does not silently drop the rest.
When the file contains a GPS pointer at tag 0x8825, the tool jumps into that directory and lists latitude, longitude, altitude and their reference letters.
Camera make, model, original date, ISO, F-number and focal length are surfaced as cards above the full table so you do not have to scan for them.
JPEG only. The parser checks for the 0xFFD8 start-of-image marker first and stops with a clear message on anything else, so PNG, HEIC, WebP and RAW files will not open here — PNG in particular has no EXIF segment at all in most cases.
Most likely it was already stripped. Social platforms, messaging apps and many CDNs remove the APP1 segment on upload, and screenshots or exported/edited copies are often written without one — in that case the tool reports that no EXIF metadata was found.
Only if the camera or phone wrote GPS tags into the file. When present you get latitude, longitude and altitude along with their N/S and E/W reference tags; if the device had location services off for the camera, those tags simply do not exist in the file.
No. The file is read into an array buffer and parsed byte by byte in the tab you have open, and the preview thumbnail is a local blob URL — the image itself never leaves your device.