All Projects → Crazy-Marvin → MetadataRemover

Crazy-Marvin / MetadataRemover

Licence: MIT license
Android App to remove images' metadata

Programming Languages

kotlin
9241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MetadataRemover

EdPaper
Helps you organizing your paperwork
Stars: ✭ 56 (+33.33%)
Mutual labels:  documents
Foodish
A Node.js/Express.js REST API to GET a random picture of food dishes.
Stars: ✭ 55 (+30.95%)
Mutual labels:  pictures
islandora vagrant
Islandora testing and development environment
Stars: ✭ 36 (-14.29%)
Mutual labels:  metadata
cfdm
A Python reference implementation of the CF data model
Stars: ✭ 24 (-42.86%)
Mutual labels:  metadata
bcdhub
Better Call Dev backend
Stars: ✭ 30 (-28.57%)
Mutual labels:  metadata
meta-fetcher
Simple metadata scrapper for node.js
Stars: ✭ 137 (+226.19%)
Mutual labels:  metadata-extractor
paperbase
Open source document organizer with automatic OCR and full text search
Stars: ✭ 21 (-50%)
Mutual labels:  documents
hasura-sdk
Hasura Schema & Metadata Typescript SDK
Stars: ✭ 21 (-50%)
Mutual labels:  metadata
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-57.14%)
Mutual labels:  metadata
tracker-issues
Issue tracking system and Workflow documents integrated to Humhub
Stars: ✭ 28 (-33.33%)
Mutual labels:  documents
Waifu2x-Image-Saver
A Firefox extension to download any image and process them with Waifu2x with one click.
Stars: ✭ 13 (-69.05%)
Mutual labels:  pictures
cloud-detect
Module that determines a host's cloud provider.
Stars: ✭ 28 (-33.33%)
Mutual labels:  metadata
bioportal web ui
A Rails application for biological ontologies
Stars: ✭ 20 (-52.38%)
Mutual labels:  metadata
proteomics-metadata-standard
The Proteomics Experimental Design file format: Standard for experimental design annotation
Stars: ✭ 49 (+16.67%)
Mutual labels:  metadata
data-profiling
a set of scripts to pull meta data and data profiling metrics from relational database systems
Stars: ✭ 57 (+35.71%)
Mutual labels:  metadata
CSM.bundle
No description or website provided.
Stars: ✭ 22 (-47.62%)
Mutual labels:  metadata
rafy-rs
Rust library to download YouTube content and retrieve metadata
Stars: ✭ 46 (+9.52%)
Mutual labels:  metadata
envoke
A demo client-side application for persisting music metadata and rights to BigchainDB/IPDB.
Stars: ✭ 17 (-59.52%)
Mutual labels:  metadata
YouTube-MA
💾 YouTube video metadata archiver written in Golang
Stars: ✭ 17 (-59.52%)
Mutual labels:  metadata
hbase-meta-repair
Repair hbase metadata table from hdfs.
Stars: ✭ 36 (-14.29%)
Mutual labels:  metadata

Icon

Metadata Remover App For Android

Build Status License Last commit Releases Latest tag Issues Pull requests Codacy grade Codecov Crowdin Localization 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

Check out the contribution guidelines on how to help improve this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].