Skip to main content
Modify EXIF controls which metadata is written into an image. Use it to remove identifying metadata before sharing an image or to preserve metadata when another image action would otherwise discard it.

Inputs

Actions

Output

Metadata handling depends on what the image decoder can read and the output format can store. Inspect the result when privacy or orientation is critical; do not assume every metadata namespace is supported identically.
If the goal is privacy, use strip_all and verify the final file after all other image actions have run. A later encoder may add fresh technical metadata.