What's hiding in your photos
JPG files carry an EXIF block written by the camera: GPS latitude and longitude (often precise to a few meters), the exact date and time, device make and model, and sometimes editing-software history. None of it is visible in the image — all of it travels with the file.
Why it matters for uploads
A photo posted or uploaded with GPS data can reveal your home address. A "taken yesterday" photo with a three-year-old timestamp can undermine an application. Metadata is the part of the file you can't see and rarely think to check.
How TidyImage strips it
The tool re-draws your image onto a fresh canvas and encodes a brand-new file. The new file has no EXIF block at all — no GPS, no device info, no timestamps. This isn't an extra option to enable; it's how the compression works, every time.
See it for yourself
When you drop a JPG into TidyImage, the metadata report shows what the original contains — flagging GPS coordinates specifically — so you can see exactly what's being removed. The report runs in your browser like everything else; the photo is never uploaded.
Scope and honest limits
The metadata report reads JPG EXIF, which is where GPS data lives in practice. PNG and WebP inputs get the same clean re-encode (their metadata is discarded too), but the before-report is JPG-only for now. And remember: stripping metadata doesn't anonymize what's visible in the image itself.
Questions
Does TidyImage upload my image?
No. Processing happens in your browser — the image never leaves your device. That's not a policy, it's the architecture: there is no upload endpoint.
What format will I get back?
The same format you gave when it fits the target — a PNG that fits stays PNG. When only JPG can reach the limit, the tool converts and clearly labels the output. The download's file extension always tells you what you got.
What happens to the hidden metadata (EXIF, GPS)?
It's removed — re-encoding writes a fresh file with no metadata block at all. For JPG inputs the tool shows a report of what the original contained, so you can see what's being stripped.
Can this guarantee my visa, passport, or form upload is accepted?
No. TidyImage handles file size, dimensions, and format; official portals may also enforce composition, background, and photo-age rules. Check the official specification for anything identity-related.
What if the image can't reach the target size?
The tool automatically scales dimensions down when quality alone isn't enough — that resolves almost every case. If a page requires exact dimensions, it will tell you honestly when the target can't be met instead of quietly shipping an oversized file.