Metamorphosis is designed to help you edit exif metadata in a simple and reliable way.
Metamorphosis supports editing the following datatypes:
- Images:
- JPEG, JPG, JPE
- PNG
- TIFF, TIF
- GIF
- BMP, DIB
- HEIC, HEIF, HIF
- AVIF
- WebP
- RAW formats: CR2, CR3, NEF, ARW, RAF, ORF, RW2, DNG, and more
- Videos: MOV, MP4, M4V, AVI, WebM
- Audio: MP3, M4A, FLAC, OGG
- Documents: PDF
- XMP sidecar files
You can also drag and drop as well as paste the copied image into the app!
Issues and merge requests are more than welcome. However, please take the following into consideration:
- This project follows the GNOME Code of Conduct
- Only Flatpak is supported
The recommended method is to use GNOME Builder:
- Install GNOME Builder from Flathub
- Open Builder and select "Clone Repository..."
- Clone
https://github.com/DeimosHall/Metamorphosis.git(or your fork) - Press "Run Project" (▶) at the top, or
Ctrl+Shift+[Spacebar].
You can install Metamorphosis from the latest commit:
- Install
org.flatpak.Builderfrom Flathub - Clone
https://github.com/DeimosHall/Metamorphosis.git(or your fork) - Install the app using
flatpak-builder:
flatpak-builder --force-clean --user --install builddir dev.deimoshall.Metamorphosis.json- Run the app
flatpak run dev.deimoshall.MetamorphosisYou can build and install on your host system by directly using the Meson buildsystem:
- Install
blueprint-compiler - Run the following commands (with
/usrprefix):
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
This project is licensed under the GPLv3 license. See the License file for more information.
Made with
Based on Switcheroo by Khaleel Al-Adhami, an app to convert and manipulate images.
This app uses ExifTool under the hood to perform metadata edits.
