Boneyard Tools

What metadata your photos hide

A tour of EXIF, XMP and IPTC data in JPEG and PNG files, the privacy risks it creates, and how a byte-level cleaner removes it without touching pixels.

The hidden layers inside an image

A photo file is more than a grid of colors. Wrapped around the pixel data sit labeled segments that describe the shot. EXIF records the camera, lens, exposure settings, orientation and often a GPS fix. XMP holds editing history from tools like Lightroom, while IPTC carries captions, keywords and copyright fields used by newsrooms. PNG files stash similar notes in text chunks and a timestamp chunk. None of this is visible when you look at the picture, yet it travels with the file everywhere it goes.

Why the location tag matters most

The single riskiest field is the GPS coordinate embedded by most phones. It can place a photo within a few meters of where you stood, which quietly reveals a home address, a child's school or a daily routine when images are posted online. Many social platforms strip EXIF on upload, but plenty of forums, marketplaces and direct file shares do not. Removing the tag before the file leaves your device is the only way to be sure it never escapes.

How a lossless cleaner works

Rather than re-encoding the picture, this tool walks the file structure and copies through everything except the metadata segments. In a JPEG it reads each marker, keeps the image and color-profile segments, and drops the APP1, APP13 and comment blocks. In a PNG it keeps the critical chunks and removes the textual, EXIF and time chunks, then rejoins the pieces. Because the compressed pixels are never decoded and re-encoded, there is zero generational quality loss.

Cleaning locally versus online uploaders

Many metadata removers upload your image to a server and process it there, which means your private photo, GPS tag included, sits on someone else's machine at least briefly. Doing the surgery in the browser avoids that exposure entirely, since the bytes never leave your computer. It also works offline once the page has loaded, which is handy on a plane or a locked-down network.

Frequently asked questions

Does stripping EXIF change the image orientation?

It can. EXIF stores an orientation flag some viewers use to auto-rotate. If your photo relied on that flag, save it already rotated first, since removing the metadata drops the rotation hint along with the rest.

Can removed metadata be recovered from the clean file?

No. The metadata bytes are simply not written into the downloaded copy, so there is nothing left in that file to recover. Your original still has them unless you overwrite it.