
A JPEG is not just pixels. Tucked into the header is the camera body, the lens, the exposure, the date to the second, often the camera's serial number, and if the shot came from a phone or a GPS enabled body, the coordinates of where you stood. Most of the time none of that matters. The times it matters, it matters a lot.
Open any camera JPEG in a metadata viewer and you will typically find:
You can see all of this yourself with the EXIF viewer, which reads the file in your browser without uploading it.
Not always. Stripping metadata from a portfolio image throws away information that helps you and helps other photographers, and it removes your copyright field if you set one. Reasons it genuinely matters:
The rule that survives contact with real work: strip location from anything shot where someone lives or sleeps, and leave the rest alone unless there is a reason.
In the browser, nothing uploaded. The metadata remover runs entirely on your machine: the file never leaves the tab, which matters when the whole point is privacy. Drop the photo in, get a clean copy out. No account, and it never asks for your email.
On a Mac, without any tool. Preview can do a partial job: open the image, Tools, Show Inspector, the GPS tab, then Remove Location Info. It removes coordinates and leaves the rest, which is often exactly what you want.
In bulk, on the command line. If you have exiftool installed:
exiftool -gps:all= -o clean/ *.jpg # coordinates only
exiftool -all= -o clean/ *.jpg # everythingThe -o writes copies into a clean folder instead of overwriting your originals, which is the version of this command you want.
What not to do: do not rely on a screenshot, which changes the pixels as well as the metadata, and do not rely on a platform stripping it for you.
Stripping everything is a blunt instrument. Two fields are worth keeping deliberately:
exiftool -all= -tagsfromfile @ -copyright -artist clears the file and puts those two back.And keep an untouched master. Metadata removal is one way: once the coordinates are gone, they are gone.
A block of information stored inside the image file: camera make and model, often the serial number, exposure settings, the capture time to the second, the software that edited it, and on GPS enabled cameras and phones the coordinates where the photo was taken.
No. Metadata sits in the file header, separate from the image data. Removing it changes the file size slightly and leaves the pixels untouched.
Use a browser based tool that processes the file locally, such as the Kepla metadata remover, or on a Mac use Preview: Tools, Show Inspector, GPS tab, Remove Location Info.
Most strip most of it on upload, but which fields and which platforms changes without notice, and some keep the original file available. Strip it yourself if it matters rather than relying on the platform.
No. It is useful information and it carries your copyright field. Strip location from anything shot where someone lives or sleeps, and leave the rest unless there is a specific reason.
Kepla for Mac clears the obvious misses from a card, names the reason on every frame it sets aside, and leaves the choosing to you. Nothing is ever deleted, moved or renamed. Free through the private preview · the first hundred photographers keep it at $99 a year.