Crazy-Marvin / MetadataRemover

Android App to remove images' metadata

Home Page:https://crazymarvin.com/metadata-remover/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

Metadata Remover App For Android

GitHub Workflow Status (branch) License Last commit Releases Latest tag Issues Pull requests Codacy Badge codecov Hosted Weblate Known Vulnerabilities API Gradle Play Publisher F-Droid Google Play

Remove any image's metadata fast and easily.

Get it on Google Play Get it on F-Droid

Protect your privacy by removing metadata from your photos, before sharing them on the internet!

Features

 ✔️ View metadata

 ✔️ Image preview

 ✔️ Remove metadata

 ✔️ Simple and intuitive interface

 ✔️ Share directly from the app

Learn more

Whenever you take a picture, additional metadata is saved in the image file. Most smartphones do not inform you about this.

Metadata can look like this:

 🕑 On which day was the picture taken, and at which time?

 🗺️ And where exactly?

 📷 Which camera or which smartphone was used?

 🔧 And which camera settings were used?

 📝 Notes of the photographer or the camera?

 📌 More and more often, even exact GPS coordinates are saved in your photo.

Metadata is sometimes very useful—for instance when sorting holiday photos. But as soon as you share photos with others via social media, all this information is visible publicly. Data collectors and stalkers would possibly be able to discover your place of residence or workplace from the metadata or draw conclusions about your daily routine. Tracking services could create more comprehensive advertising profiles and sell your data to other organizations.

With our app, you can easily view all that data, remove it entirely, and then share the anonymized photo directly! That way you stay anonymous and safe in internet, while your friends can still admire your cute cat.

Happy sharing! 😽

Deployment

Encoding/decoding secrets

To decode the secrets, run:

cd secret
gpg --quiet --batch --yes --decrypt --output secrets.tar secrets.tar.gpg
tar -xf secrets.tar
cd ..

To encode the secrets, run:

cd secret
tar -cf secrets.tar --exclude=secrets.tar --exclude=secrets.tar.gpg --exclude=.gitignore .
gpg --symmetric --cipher-algo AES256 --output secrets.tar.gpg secrets.tar
cd ..

The same password needs to be saved as FILES_PASSPHRASE variable to this repository's secret.

Contributing

The development or a feature branch is used while developing the code, and pushed into the master branch trunk afterwards for releases. PRs to the trunk need at least one approving review before getting merged.

Help translate the app at Hosted Weblate.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Check out the contribution guidelines for details please.

License

Apache License 2.0

About

Android App to remove images' metadata

https://crazymarvin.com/metadata-remover/

License:Apache License 2.0


Languages

Language:Kotlin 99.7%Language:Python 0.3%