Progressive Web App (PWA) to remove EXIF (Exchangeable Image File Format) data from images.
- Client-side image processing
- No server
- No data is sent anywhere
- Mobile support
- Once loaded it works offline to process data
- Free open source software (MIT License)
- Open https://sectore.github.io/exify/ in your browser.
- Install the application from the browser menu by clicking "Install app".
- After installing
exify
, you can start it just as you would with any other app.
Open https://sectore.github.io/exify/ in your browser.
Install Nix
cd
into the project directory and run:
nix develop
trunk build --release
trunk build --release
cd
into the project directory and run:
nix develop
trunk serve
trunk serve
Open browser at http://127.0.0.1:8080/exify
The name exify
is derived from EXIF, the file format used to store metadata in images.
No. The application works offline.
Original images will be unchanged. All changes will be saved as a new image prefixed with exify-
.
Technically the application is built with Yew / (Rust) and compiled to WebAssembly. It uses kamadak-exif and img-parts crates to parse and remove EXIF data from images.
All code runs in the browser. No server is needed.
All modern browsers.
Yes. The application works on mobile devices. Once installed from browser, it can be started from the home screen of your device.
jpg
, png
and webp
formats are supported.
All EXIF data recognized by the application will be removed.
Yes. The source code is available on GitHub under the MIT license.
You can contribute by reporting bugs, suggesting features or by submitting pull requests.