What Is Image Metadata?
Image metadata is information stored with an image file. Some metadata comes from the browser file object, such as file size, MIME type and last modified date. Other metadata is embedded inside the image itself, such as EXIF camera settings, GPS coordinates, color profile indicators, text chunks or software information.
The ToolMint Image Metadata Viewer lets you inspect that information locally in your browser. You can upload JPG, PNG, WebP or SVG files, review interpreted metadata, compare two files, search raw tags, copy values and export reports without sending images to a server.
How to View Image Metadata with ToolMint
- Drop images onto the upload area, or click to browse from desktop or mobile.
- ToolMint reads each file locally and shows progress such as "Reading 2 of 6".
- Select a file from the batch summary table.
- Review file details, image dimensions, EXIF fields, date fields, GPS data and format-specific metadata.
- Use the search box to find a label or value.
- Toggle Show empty fields when you need to confirm that a field is unavailable.
- Toggle Raw metadata for advanced tag-level inspection.
- Compare two selected files when you need to see matching, different and missing metadata.
- Copy individual values, copy interpreted or raw reports, or download JSON, TXT, CSV and raw JSON exports.
Metadata reading does not modify the original image.
What Information Can Be Found in an Image?
Different formats and cameras store different information. A phone photo might contain camera model, exposure, lens, date taken and GPS coordinates. A PNG screenshot might contain software or text chunks. A WebP file might only show dimensions and whether EXIF, XMP, ICC or animation chunks are present.
| Category | Examples | Source |
|---|---|---|
| File details | Filename, size, MIME type, extension, modified date | Browser File object |
| Image details | Width, height, aspect ratio, megapixels, orientation | Browser decoding and embedded tags |
| Camera settings | Make, model, ISO, aperture, shutter speed | EXIF |
| Dates | Date taken, digitized, modified, time zone offset | EXIF or file object |
| GPS | Latitude, longitude, altitude, direction | EXIF GPS |
| Format-specific | PNG text chunks, WebP EXIF/XMP/ICC flags | Image container |
EXIF, XMP and IPTC Explained
EXIF is the metadata format most associated with digital cameras and phones. It often stores exposure settings, orientation, camera model, lens model, capture date and GPS data. XMP is an Adobe-originated metadata format that can store richer structured data. IPTC is common in professional publishing and news workflows, especially for captions, copyright and creator information.
| Metadata type | Common use | Privacy sensitivity |
|---|---|---|
| EXIF | Camera settings, date, GPS, orientation | High when GPS or device details exist |
| XMP | Editing, rights, workflow and descriptive data | Medium to high depending on content |
| IPTC | Caption, author, copyright and publishing fields | High when creator or rights data is private |
This viewer interprets common EXIF, XMP and IPTC fields and safely reports container-level PNG, WebP, SVG and ICC profile details where available.
ICC Profiles, Raw Metadata and Completeness
ICC profiles describe color-management information such as profile size, version, device class, color space, rendering intent and tag tables. ToolMint reads safe ICC header fields and common tags such as descriptions, copyright, white point, colorants and tone curves when the payload is available. Unsupported or compressed payloads are summarized instead of dumped into the page.
The Raw metadata panel is for advanced inspection. It groups rows by namespace, including EXIF, TIFF/IFD, GPS, ICC, XMP, IPTC, PNG, WebP and SVG. Raw values are searchable, copyable by namespace and exportable as JSON. Binary values are summarized so large buffers are not displayed as unreadable data.
The metadata completeness label is a ToolMint organizational summary based only on detected metadata categories. It helps you quickly separate minimal files from files with several metadata families, but it is not an authenticity, quality or trust score.
Camera Settings in Photo Metadata
Camera metadata can explain how a photo was captured. Shutter speed controls motion blur, aperture affects depth of field, ISO reflects sensor sensitivity, focal length affects field of view, and flash or white balance fields reveal capture choices.
| Field | Example | Meaning |
|---|---|---|
| Exposure time | 1/125 sec | How long the sensor was exposed |
| Aperture | f/2.8 | Lens opening and depth of field |
| ISO | 400 | Sensor sensitivity |
| Focal length | 35 mm | Lens field of view |
| Exposure program | Aperture priority | Camera exposure mode |
| White balance | Auto | Color temperature handling |
Not every camera writes every field, and editing apps may remove some values.
Understanding Date and Time Metadata
Images can contain several dates. The browser file object may provide a last modified date from your device. EXIF can include Date Taken, Date Digitized and Date Modified. These are not always the same.
Date Taken usually means when the original photo was captured. Date Digitized can mean when the image was converted into digital form. Date Modified may change when an editor saves the file. Time zone offsets are only available when the source image stored them.
GPS Metadata and Location Privacy
GPS metadata is sensitive. It can reveal where a photo was taken, including a home, workplace, school or private event. ToolMint displays a visible warning when GPS coordinates are present. It does not automatically open a map, and it does not send coordinates to analytics or any external service.
| GPS field | Why it matters |
|---|---|
| Latitude and longitude | Can identify exact location |
| Altitude | May reveal terrain or building context |
| GPS timestamp | Can connect a location to a time |
| GPS direction | Can indicate camera direction |
| Destination fields | May reveal navigation-related metadata |
If a dedicated metadata remover would help your workflow, send a request through the request page.
Image Dimensions, Resolution and Megapixels
Dimensions describe the actual pixel width and height of an image. Megapixels are width multiplied by height, divided by one million. A 4032 x 3024 image is about 12.19 megapixels.
Dimensions are different from file size. A large file may have small dimensions if it contains inefficient compression or metadata. A high-resolution image may be small if it is compressed heavily. Use Image Resizer when dimensions need to change, and Image Compressor when file size is the main issue.
Metadata in JPG, PNG and WebP Files
| Format | Typical metadata | Notes |
|---|---|---|
| JPG/JPEG | EXIF, GPS, orientation, ICC, software | Most camera metadata is found here |
| PNG | Text chunks, gamma, ICC indicators, timestamps | Common for screenshots and graphics |
| WebP | EXIF/XMP/ICC presence, animation flags | Metadata support depends on encoder |
| SVG | File properties, title, description, viewBox | SVG is text/vector, not EXIF photo data |
SVG files can contain title, description and viewBox properties, but they should not be treated like camera photos.
Why Some Images Have No Metadata
An image may have no embedded metadata for many reasons. Some cameras or apps do not write it. Social media platforms often strip it. Screenshots may only contain basic dimensions. Optimizers can remove metadata to reduce file size or protect privacy. Canvas-based editing workflows often export new pixels without carrying the original EXIF data.
If ToolMint shows no embedded metadata, that does not mean the file is broken. It means the readable metadata fields were absent or removed.
| Reason metadata is missing | Common source |
|---|---|
| Social platform stripped it | Instagram, X, messaging apps |
| Export tool removed it | Optimizers and design tools |
| Screenshot workflow | Browser or OS screenshots |
| Privacy settings | Camera or phone privacy options |
| Format limitation | Some WebP, PNG or SVG files |
How Social Media and Messaging Apps Affect Metadata
Many social and messaging apps remove metadata when images are uploaded or shared. That can protect privacy, but it also means downloaded images may no longer show date taken, GPS coordinates or camera settings. Some platforms keep dimensions and recompress pixels while stripping EXIF.
For website publishing, this can be helpful. For photography review, it can be frustrating because exposure settings and lens details may be gone. Always inspect the original file when metadata accuracy matters.
How to Export Image Metadata
ToolMint supports three export styles. JSON is best for structured records. TXT is best for human-readable sharing. CSV is best for batch summaries.
| Export | Best for | Includes |
|---|---|---|
| JSON report | Archiving or developer workflows | Interpreted metadata and optional raw values |
| TXT report | Human review or support tickets | Readable grouped fields |
| CSV summary | Batch comparison | Filename, type, dimensions, size, date, camera, GPS and status |
Exports are generated from browser memory and downloaded as Blob files. The original image is not changed.
Common Metadata Misunderstandings
One common misunderstanding is that every photo contains EXIF. It does not. Another is that viewing metadata removes it. Viewing is read-only. A third misunderstanding is that GPS metadata is harmless because it is hidden in normal image previews. Hidden metadata can still be extracted by tools.
It is also easy to confuse browser file properties with embedded metadata. The last modified date from your device is not always the same as the date the photo was taken.
Privacy and Browser-Based Processing
Your images are analyzed locally in your browser. ToolMint does not upload or store your files or metadata.
The viewer reads files with browser APIs, parses common metadata structures locally and creates reports with Blob downloads. Analytics events are privacy-safe and do not include filenames, metadata values, coordinates, camera models, timestamps, author fields or image contents.
Frequently Asked Questions
Is the ToolMint Image Metadata Viewer free?
Yes. The Image Metadata Viewer is free to use with no account, signup or watermark.
Are my images uploaded to a server?
No. Your images are analyzed locally in your browser. ToolMint does not upload or store your files or metadata.
What is EXIF metadata?
EXIF metadata is image information commonly written by cameras and phones, such as camera model, exposure settings, orientation, dates and GPS data.
Can the tool show GPS coordinates?
Yes, when GPS coordinates are present in readable EXIF data. ToolMint shows a privacy warning and does not send coordinates anywhere.
Can I see which camera took a photo?
Yes, if the image contains camera make and model metadata. Some edited or shared images may have that information removed.
Why does my image have no metadata?
Metadata may have been stripped by social apps, messaging apps, optimizers, screenshots or export settings. Some images never had embedded metadata.
Can I view metadata from PNG and WebP files?
Yes. The viewer supports PNG and WebP metadata where it is safely readable, including dimensions, text chunks, profile indicators and EXIF presence.
Does viewing metadata change the image?
No. The tool reads metadata only. It does not modify, remove, rewrite or upload the original image.
Can I export the metadata report?
Yes. You can copy a report or download JSON, TXT and CSV summary exports.
Can I use the viewer on mobile?
Yes. The upload area supports mobile file selection, and metadata reading runs in modern mobile browsers.
Related ToolMint Tools
Use Image Format Converter when you need to change file format after inspection. Use Image Compressor to reduce file size, Image Resizer to change dimensions and Image Cropper to reframe an image. Use Favicon Generator for website icon packages and SVG to PNG Converter for vector-to-raster exports. Browse more utilities in the tools directory or the Image category, and use the SEO Audit Hub to review website image issues.