Remove selected JPEG and PNG metadata chunks while retaining the encoded image bytes.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
JPEG output drops EXIF APP1 segments while copying the start marker and other segments. PNG output omits tEXt, iTXt, zTXt, and eXIf chunks, then returns the remaining byte stream as a data URL.
data:image/jpeg;base64,/9j/4AAQ
data:image/jpeg;base64,/9j/4AAQ (EXIF APP1 removed)
Photo workflows remove GPS tags, web uploads strip textual PNG metadata, and privacy reviews check shared assets.