Safely edit EXIF metadata of image files with this client-side tool. Files are never uploaded to servers — all processing happens locally in your browser.

This page is the official demo. exiv2-wasm ports the C/C++ Exiv2 library to WebAssembly to enable EXIF/IPTC/XMP read/write in browsers, with robust Unicode (e.g., Korean) support.

File Selection (multiple files supported)
Drag files here

or

Load from URL
Supported: PNG/JPG (More formats coming soon)

Input, output, limits

Input is PNG/JPG from disk. Read/write runs in this browser via WASM. Local files are not uploaded to this site.

Example

Open a photo, edit Artist/Copyright, download. Remove GPS to strip location tags.

FAQ

Are files uploaded?
Local files open in this tab only. They are not sent to this site's server.
GPS?
Remove GPS downloads a file without location tags.
PNG support?
View works. PNG EXIF write is limited; JPEG is safer for edits.