Remove metadata from WEBP (.webp)
Step-by-step: what metadata WEBP contains, how ExifSweep removes it, and what gets preserved.
What WEBP typically leaks
- EXIF chunk
- XMP chunk
- ICCP color profile
Why this matters
Common output format for modern web tools; can still carry EXIF if converted from JPEG.
How ExifSweep cleans it
WEBP is a RIFF container. We walk the chunk list and drop EXIF, XMP, and ICCP chunks while preserving the image (VP8/VP8L) chunks.
What we preserve
All image data; the VP8X header is updated to reflect the removed chunks.
Try it on your .webp file
Free, in your browser, never uploaded.
Open the app →