HEIC to JPG: Quality, Metadata, and Privacy
A careful HEIC-to-JPG workflow preserves the picture you need without accidentally sharing location data or repeatedly degrading the image.
Read guide →Read the EXIF block in a photo to see camera, lens, exposure, and GPS fields before you share the file anywhere.
Drop image(s) here or click to browse
Editor & live preview appear below once you add an image.
Reviewed 2026-08-15
Cameras and phones write a block of metadata into every photo they save. EXIF holds the camera and lens model, the exposure settings, the timestamp, the orientation flag, and often the exact GPS coordinates where the shot was taken. This tool parses that block and shows you what is in the file.
The GPS fields are the ones worth checking. A photo taken at home and posted publicly can carry coordinates accurate to a few metres, and most people never look. Some platforms strip metadata on upload and some do not, so the only reliable approach is to check the file yourself before it leaves your device.
Parsing happens in the page, which is the only sensible way to build this. Uploading a photo to a website to find out whether it contains your home address would defeat the purpose.
Typically the camera and lens model, aperture, shutter speed, ISO, focal length, capture timestamp, orientation flag, and GPS coordinates if location was enabled. Phones also record software and sometimes device identifiers.
Yes, when location services were on. GPS latitude and longitude are stored with enough precision to identify a specific building, which is why checking before publishing a photo is worth the few seconds.
No. The work happens in the page using the Canvas API and WebAssembly, so the file is read straight from your disk into the tab. Nothing is transmitted and there is no copy on a server to worry about.
Something already stripped it. Screenshots never had any, many social platforms remove metadata during upload, and some editors drop it when re-saving. That is usually good news for privacy.
Use Remove EXIF Metadata, which re-encodes the image without the metadata block. Simply resizing or converting an image in most tools also drops it as a side effect.
Browse every image tools, or jump straight to metadata.
A careful HEIC-to-JPG workflow preserves the picture you need without accidentally sharing location data or repeatedly degrading the image.
Read guide →Metadata removal can reduce accidental disclosure, but it needs verification and does not hide information visible inside the picture.
Read guide →A careful PNG-to-PDF or JPG-to-PDF workflow keeps page images on your device, preserves their intended order, and ends with a check of the finished document.
Read guide →