Privacy

Cropping the photo does not always crop the preview inside it

Many files carry a small preview image in their metadata, and some editors leave it untouched, so the original framing rides along with the crop.

4 min readPrivacy

Most photo files contain a second, smaller copy of the image, embedded in their metadata for quick previews. Editing the main photo - cropping it, blurring part of it, cutting someone out of frame - does not automatically touch that embedded copy, which means the original framing can survive inside a file that looks, at a glance, like it has been fixed.

Why the thumbnail exists

Camera software and file browsers need to show a preview without decoding a full-resolution image every time, which is slow. The fix, standardised decades ago and still in wide use, is to store a small JPEG-encoded thumbnail directly in the file's metadata alongside the full image. Operating systems, photo apps and camera software read this thumbnail for grid views, quick looks and loading screens, rather than rendering the full file each time.

It was designed for speed, not for versioning, so nothing in the format guarantees the thumbnail gets regenerated when the main image changes.

When it does and does not update

Whether a crop, redaction or edit also updates the embedded thumbnail depends entirely on the software doing the editing. Programs built around a proper edit pipeline - most mainstream photo editors on desktop and mobile - do regenerate it, because they treat "export" as producing a fresh file rather than patching the old one in place. Tools that modify a file more directly, or older and more minimal utilities, can leave the original thumbnail untouched while replacing only the primary image data. The safest assumption, absent a specific check, is that you do not know which behaviour you got. Which editing apps reliably regenerate this kind of leftover data and which quietly preserve it is covered more generally in editing apps and metadata retention.

This matters most in exactly the case someone is trying to fix: cropping a wider photo down to remove a face, a background detail, or anything else identifying, and assuming the crop is what anyone downstream will see. If the thumbnail was not regenerated, the uncropped original - including the part deliberately removed - is still sitting inside the file, readable by anything that displays or extracts the embedded preview rather than the main image.

How to check

The check does not require trusting a claim; it takes under a minute. A metadata viewer that lists embedded images - several free desktop and command-line tools do, alongside general EXIF viewers - will show whether a thumbnail is present and let you view it directly. If the thumbnail shows the pre-crop framing, the edit was not clean, regardless of what the main image looks like. The command-line tool exiftool can both display and strip an embedded thumbnail specifically, separate from the rest of the metadata, which is useful when the wider EXIF removal steps covered in stripping EXIF before you upload have already been done and the thumbnail is the one thing worth confirming on its own.

A screenshot of the edited image, rather than sharing the edited file itself, sidesteps the problem entirely - a screenshot is a new file with a new thumbnail, if it has one at all, generated from what is on screen rather than inherited from the original.

Where this sits among the other fields

An embedded thumbnail is one entry in the fuller inventory of what a photo file carries beyond GPS, and it is worth calling out on its own because it is the one field that can directly contradict what the visible image shows, rather than just adding context to it. Most metadata reveals information about the device or the moment; this one can reveal information about the image itself that the edit was specifically meant to remove.

What this has nothing to do with

None of this affects a score. A rating model reads the pixels of the primary image it is served, not the metadata block, so nothing about a thumbnail changes what a model returns - the concern here is who can see the uncropped original, not how it is rated. It is also unrelated to physical measurement, which depends on a tape and a consistent method, not on anything stored in a file.

If the crop was made to remove identifying context before sending a photo anywhere - to a rating tool, to a human reviewer, or to a service being compared against others on how it handles uploads - checking the thumbnail is the cheap step that confirms the edit actually did what it looked like it did. Rate Cock processes the image it is given rather than extracting embedded previews for any purpose, but a service you have not checked is not a service you know that about, which is the entire reason to look yourself.

Read next

Full archive