Introduction
Every image file carries far more data than just pixels. Hidden inside the file is a record of exactly how and when the photo was taken β the camera make and model, the lens used, shutter speed, aperture, ISO, focal length, and in most cases precise GPS coordinates that place the shot on a map. This data is called EXIF, and it sits alongside two other major standards: IPTC (captions, keywords, copyright) and XMP (edit history, ratings, creator tool).
The Image Metadata Inspector is a fully browser-based tool β no installs, no uploads to a server, nothing leaves your machine. Drop any image onto it and it instantly surfaces all of that hidden data in a readable, filterable layout. This guide walks you through every feature so you can get the most out of it.
Prerequisites
No software to install. All you need is:
- A modern browser (Chrome, Firefox, Safari, or Edge)
- One or more image files to inspect (JPEG, PNG, HEIC, TIFF, WebP, DNG, or RAW)
What the Tool Extracts
Results are organized into seven color-coded sections. Not every section will have data β it depends entirely on what was written into the file at capture time.
Step 1 β Load an Image
The left sidebar is your entry point. You can load an image in two ways.
Drag-and-drop or click to browse
Drag any supported image file directly onto the drop zone on the left side of the tool, or click the zone to open a file picker. The tool accepts JPEG, PNG, HEIC/HEIF, TIFF, WebP, DNG, and most RAW formats.
Once loaded, a preview of the image appears immediately below the drop zone along with the file name, size, and format. If the file contains an embedded thumbnail (most JPEGs do), it appears below the preview as a separate entry β useful to see if the thumbnail differs from the full image.
Step 2 β Read the Results
After loading, the right panel fills with every metadata field the tool could extract. Each section is headed by a colored dot matching the category grid above and shows a field count in brackets.
Understanding the output
Fields are displayed as label-value pairs inside a responsive grid. Values that are coordinates or technical strings are shown in monospace. Keyword arrays (common in IPTC data) are rendered as a tag cloud rather than a plain list, making them easier to scan at a glance.
If GPS coordinates are present, two things happen automatically: a View on Google Maps link appears in the left sidebar pinpointing where the photo was taken, and a red GPS data present privacy badge appears at the top of the results panel as a reminder before you share the file.
Step 3 β Filter by Category
If you only care about one type of data, use the filter bar to focus the view.
Using the filter pills
Below the image preview in the left sidebar you will find a row of filter pills: All, Camera, GPS, Date/Time, Image, IPTC, XMP, and ICC. Clicking any pill hides all other sections and shows only the selected category. Click All to return to the full view. The filter state persists if you load a second image, which makes it easy to compare a specific category across multiple files.
Step 4 β Export as JSON
Need the raw data for a script, a spreadsheet, or to pass into another tool?
Download the full metadata as JSON
Click the Export JSON button at the top of the results panel. The browser downloads a .json file containing every extracted field from all seven categories in a structured object. The file is named after the source image, so photo.jpg produces photo-metadata.json. This is particularly useful when you need to batch-process metadata programmatically or archive it alongside your files.
Try the Tool
The inspector is embedded below β fully functional. Drop an image in and explore the output without leaving this page. If you want to understand what each field means at a deeper level, the Image Metadata & EXIF Data Research article covers every standard in full detail.
Want to run it locally or use it offline?
Download the source files and open index.html in any browser β no server needed.
Conclusion
The Image Metadata Inspector gives you an instant, readable window into the hidden layer of any image file. Whether you are auditing photos for GPS exposure before publishing, verifying IPTC copyright fields on a stock image, or just curious what your camera recorded β drop the file in and the data is there in seconds.
For a field-by-field reference of every standard the tool covers, head over to the Image Metadata & EXIF Data Research article.