01

Metadata and pixels are separate

JPEG, PNG and WebP files store image data and supporting information in identifiable segments or chunks. A cleaner can create a new container that omits selected metadata while retaining the supported pixel-data path.

Key points
  • The original file stays unchanged
  • The cleaned file can be smaller
  • Dimensions can remain the same
  • Preserved pixel data is not the same as a visual quality estimate
02

When quality can change

An editor that decodes and exports an image may apply a new quality setting, resize it, change its color handling or remove animation. That is a new encoding operation, not simply metadata removal.

03

How to check your result

Compare dimensions and format, confirm the cleaner's preservation claim for that format, and inspect the cleaned copy again. Keep the original whenever the image has archival, legal or evidentiary value.

04

Ask whether the tool cleans or re-exports

Two tools can both say “remove metadata” while doing different work. A container cleaner removes selected blocks around existing image data. A canvas or editor export creates a new pixel encoding and may change fine detail, color, transparency or animation.

File size alone cannot reveal which method was used. A metadata segment may be larger than expected, and a re-encoded file can coincidentally have a similar size. The method and post-operation checks matter.

Key points
  • Segment or chunk removal: no recompression
  • Canvas export: new encoding
  • Resize: new pixel dimensions
  • Screenshot: entirely new capture
05

What the four-path test measured

JPEG scan bytes, PNG IDAT chunks and WebP image chunks remained present on the supported cleaner fixtures. The re-encode control produced new encoded data, as expected. This makes the difference observable rather than relying on a generic quality promise.

The preservation claim is bounded to tested formats and structures. Orientation, ICC profiles, animation and provenance require separate checks even if compressed image bytes are untouched.

06

Verify visual and structural quality

Open the output at 100% and compare dimensions, orientation, transparency and color. Then reparse it to confirm the intended metadata is gone. A clean file that rotates incorrectly or loses its color profile is not a successful privacy result.

Keep the original until the shared copy has passed both checks. If a platform will reprocess the upload anyway, inspect a downloaded platform copy before assuming the metadata behavior is unchanged.

What this does not prove

A metadata result describes the fields and structures that the supported parser could read. It does not, by itself, prove authenticity, intent, authorship or the truth of the visible scene.

Sources