Embedded thumbnail.
The sharpest edge in photo metadata: a small copy of the image, generated at capture, that many editors forget to update when you crop.
An embedded thumbnail is a small JPEG of the same picture, stored inside the file's metadata for fast previewing. In EXIF it lives in IFD1 as a complete second image. JFXX and FlashPix segments can carry one too, and an MPF block can carry an entire full-size second photograph.
What it is
The thumbnail is written when the photograph is taken. It is a real, decodable JPEG — typically 160×120 — sitting inside the metadata block of the larger one.
Why it matters
Crop a face, a document, a house number or a screen out of a photograph, save it in an editor that updates the pixels but not the metadata, and the uncropped original is still in the file. It has happened often enough to be a recognised failure mode rather than a curiosity.
This is also why a scrubber that tries to edit EXIF selectively — keeping "harmless" fields — is playing a losing game. The thumbnail is not a field; it is a whole image hiding behind a directory pointer.
APP0 marker; MPF and FlashPix are dropped as well. The dry run reports thumbnail present when it finds one.
Related terms
Common questions.
Will my photos still preview quickly?
Yes. Operating systems and viewers generate their own previews; the embedded thumbnail is a convenience from an era of slower storage and its absence is not noticeable.
Does cropping remove the thumbnail?
Sometimes, depending entirely on the editor. Assuming it did is the mistake this entry exists to prevent.
Get ScrubPony
Strips identifying metadata out of JPEGs without touching a pixel. C99, no dependencies beyond libc, macOS and Linux, MIT-licensed.