View Image Metadata
View image metadataSee the EXIF, GPS, XMP and colour-profile data a JPEG, PNG or WebP carries — read on your own device, nothing is changed and nothing is uploaded.
JPEG, PNG, WebP · up to 20 MB
No image to hand?
- Processed on your device
- No image upload
- No account
- No watermark
Image metadata is the information a camera, a phone or an editor writes into a file beside the picture: the make and model, the date and time, the exposure settings, sometimes the GPS coordinates of where it was taken, an XMP block of editing history and a colour profile. Choose a photo and Resizo reads all of it from the file’s own bytes in your browser, with the same container readers its metadata remover uses; the page loads that code once and the file never leaves your device. What comes back is a report of what is present, a plain warning when location data is found and a link to remove it, while the picture itself is never decoded, changed or written anywhere.
What this tool changes
- Pixels
- Not decoded and not written — the file is only read
- EXIF
- Read and shown, never changed
- GPS
- Read and shown, never changed
- XMP
- Read and shown, never changed
- ICC profile
- Read and shown, never changed
- DPI record
- Read and shown, never changed
- Transparency
- Read and shown, never changed
Nothing is written: this tool produces no image. To take metadata out, use Remove Image Metadata.
How to view the metadata stored in an image
Every step below runs on your own device. There is no server this file is sent to, so the order is exactly what happens: a read, a report, and then whatever you decide to do with what it says.
- Choose the photo you want to check. Drop a JPEG, PNG or WebP onto the panel, or press Browse images. No photo to hand? Try the sample photo instead. The file is read where it already sits.
- Read What this file contains. The summary names the format, the pixel size, the file size, and whether EXIF, GPS, XMP, an ICC profile and a recorded resolution are present, with a warning glyph beside GPS when location data is found.
- Read the detail behind any row. Camera and capture (EXIF), Location (GPS), Colour profile (ICC), XMP, and Comments and text each show their own values below the summary, already open — nothing there needs a click. All detected fields is the one disclosure: press it to see the raw tags underneath them.
- Copy a value, download the report, or remove what you found. Copy buttons sit beside the pixel size, the coordinates, the capture date and the camera model. Download report (JSON) saves the whole reading. If the file carries anything removable, Remove metadata goes straight to the tool that takes it out.
What EXIF metadata is
EXIF is a block most cameras and phones write into a JPEG (and sometimes a WebP) alongside the picture: the make and model of the camera, the lens, the exposure settings, the exact date and time the shutter was pressed, and often a serial number that ties every photo from that body together. It can also carry a small, genuinely visible thumbnail of the picture, generated at the moment of capture.
None of it is drawn into the picture itself — it sits in a separate part of the file a photo viewer does not usually show you, which is the whole reason a tool like this one exists. This page lists every curated field it finds under Camera and capture (EXIF), and the orientation tag specifically, since that is the one EXIF field that changes how a viewer displays the picture rather than merely describing it.
Can an image contain location data?
Yes. A phone with location services on writes GPS coordinates into a photo’s EXIF block by default — latitude, longitude, often an altitude and the exact time, all inside the same file as the picture. Posting, messaging or emailing the photo carries the coordinates along with it unless something strips them out first.
On a photo taken at home, that is a house number. The summary on this page marks a file that carries GPS data with a warning glyph beside the word Present, and the Location (GPS) section prints the coordinates in full, because deciding whether that matters is the reason to check in the first place.
Does removing metadata change the pixels?
Not on this site. The EXIF, GPS and XMP blocks sit outside the compressed picture data a JPEG, PNG or WebP carries — a JPEG’s picture data runs from its SOS marker to its EOI marker, a PNG’s sits in its image chunks with their own CRCs, and a WebP’s sits in its own image chunk — so removing the descriptive blocks around that data and copying it straight through leaves the picture byte for byte the same. The colour profile (ICC) is kept rather than removed, because it is not identity, it is colour: dropping it would shift how the picture displays while claiming the change was about privacy.
This page only reads, so it never removes anything itself. Want to take out what you just saw? Remove image metadata rewrites the file with the same byte-for-byte guarantee, and every report on this page that finds something removable links straight to it.
What DPI metadata is
DPI — dots per inch — is a note in a JPEG or PNG header about how large the picture is meant to print. It is not a property of the pixels: a 4000 × 3000 photo is exactly that many pixels whether its header claims 72 DPI or 300, and two files with identical pixels can carry different numbers. A JPEG can even disagree with itself, recording one value in its JFIF header and a different one in its EXIF block.
The Resolution section on this page names the number a file carries, which header it came from, and the print size that number implies at the picture’s actual pixel dimensions. Need a specific number instead of just reading the current one? Change Image DPI writes it into every resolution field the file has, without touching a pixel.
What an ICC profile is
An ICC profile is a small block that tells a screen or a printer what the colour numbers in a picture actually mean — which red is really being asked for, not just which number represents it. A photo edited in a wide colour space and displayed with no profile, or the wrong one, can show duller greens and shifted skin tones even though every pixel value is identical to the original file.
The Colour profile (ICC) section on this page names the profile’s description and its colour space when one is present, and its byte size — a profile is data, sometimes several kilobytes of it, sitting in the same file as the picture. It carries no personal information the way EXIF or GPS can, which is why it is the one thing a metadata removal tool keeps rather than strips.
Does choosing a photo here expose its metadata?
The viewer never uploads the file: it reads the bytes in your browser and the request log of every test proves only same-origin GET requests. The code that parses EXIF, GPS, XMP and ICC data is downloaded to your device the same way the rest of this page is, and it runs there — a photo carrying coordinates that point at your front door is exactly the file this page is safest to check, because there is nowhere else for those coordinates to go.
Frequently asked questions
Does looking at a photo here change it in any way?
No. Nothing is decoded, nothing is rewritten and nothing is saved — the file is read once, a report is built from what its bytes already say, and the original stays exactly as it was on your device. There is no Download image button here, only a Download report (JSON) button, because this tool never produces a picture of its own.
Can I see the exact GPS coordinates a photo carries?
Yes, and that is worth pausing on before you paste a screenshot of this page anywhere: the latitude and longitude print in full, in the Location (GPS) section, with a Copy coordinates button beside them. If you are checking a photo before sending it to someone, that is exactly the point; if you are checking it on a screen other people can see, read the summary first and decide whether to open that section at all.
Why does this page show a different DPI than the one printed on my scan?
DPI is a note in the file’s header about print size, not a property of the pixels, and a JPEG can carry that note in two different places — a JFIF header and an EXIF block — that do not always agree. The Resolution section names which one it read the value from. Change Image DPI writes a number you choose into every resolution field the file has, without touching a pixel.
Can I inspect a HEIC photo straight from my iPhone?
Not here. HEIC stores its picture inside a different kind of container, one this reader does not walk. Convert HEIC to JPG first — the JPEG it writes carries its own EXIF and GPS blocks, and this page reads those the same way it reads any other JPEG.
Is the photo I check here uploaded anywhere?
No. The code that reads the file is loaded into the page and runs on your own device, so the photo — and whatever it carries, coordinates included — never reaches us. That is the reason this tool can exist at all: reading a file’s location data is only safe to offer when reading it never leaves the device it is already sitting on.
What to do next
- A HEIC this page will not open? Convert it to JPG, then read what came across Convert HEIC
- The print size is the one number here you can change without touching the picture — set it Change Image DPI
- Want to remove what you just saw? Strip it, pixels untouched Remove Image Metadata
- Change image dimensions with pixel-perfect precision. Resize Image
- Reduce file size without visible quality loss. Compress Image
- Compress many JPG, PNG and WebP files to a maximum size each, then download them one by one or as a ZIP. Bulk Image Compressor
- Convert between JPEG, PNG and WebP instantly. Convert Format
- Convert many JPG, PNG and WebP files to one format at once, then download them one by one or as a ZIP. Bulk Image Converter
- Remove unwanted areas with exact pixel control. Crop Image
- Crop, size and compress a scanned signature for an online form. Signature Resizer
- Crop and size a passport or ID photo to exact pixels, file size, format and DPI. Passport & ID Photo
- Fit an image to exact pixels and a maximum file size in one step — crop or pad, encode, write DPI and check the file before download. Image Size Fitter
- Lay out several copies of a passport or ID photo at exact physical size on 4 × 6, 5 × 7, Letter or A4 paper, as a JPEG or PDF to print at 100 %. Passport Photo Print Sheet
- Combine photos into one PDF, in the order you choose. JPG to PDF
- Combine several PDFs into one file, in the order you choose. Merge PDF
You are on the Image Metadata Viewer tool.