exiftool might be, what you are looking for.
No Stupid Questions
No such thing. Ask away!
!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules (interactive)
Rule 1- All posts must be legitimate questions. All post titles must include a question.
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Rule 2- Your question subject cannot be illegal or NSFW material.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Rule 3- Do not seek mental, medical and professional help here.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
Rule 4- No self promotion or upvote-farming of any kind.
That's it.
Rule 5- No baiting or sealioning or promoting an agenda.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Rule 6- Regarding META posts and joke questions.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
Rule 7- You can't intentionally annoy, mock, or harass other members.
If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
Rule 8- All comments should try to stay relevant to their parent content.
Rule 9- Reposts from other platforms are not allowed.
Let everyone have their own content.
Rule 10- Majority of bots aren't allowed to participate here.
Credits
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
OP should be aware removing this data will often require you to change the orientation of the image. Its one of the problems with using exif data to store the orientation rather allowing the image to be seen the way its really stored. I made one of my daughters high school teachers furious when I pointed out why the images the kids were uploading were being saved 'sidewase' to use the teachers description. When she assured me the software vendor assured them it wasn't anything they were doing and I showed her on the sites support pages where they addressed the issue. I also explained to my daughter the correct way to take the pictures with her phone so they looked the same after the exif data was removed. She told the rest of the kids and the problem largely went away.
You could always selectively remove the sensitive exif info while leaving the orientation intact, though. It just takes being slightly more competent at using the tool.
In this case it was a bunch of high school kids uploading their work in the form of an image to a... I wont say low effort but definitely low support pre-google learning website. I remember the python tool they were using just stripped all exif data and to be truthful don't know it it had options to leave some of it intact. The real factor here is if the phone manufacturers, apple being one of them had bothered to fix the orientation of a image to its actual orientation and used the viewing software to orient it to the screen it wouldn't have been a problem. Instead they used the exif data which guaranteed when the image was processed in any way that altered that exif data it would come out wrong unless it happened to have been taken in the correct orientation with the camera itself. Which wasn't the natural orientation when taking a picture with a smart phone.
Honestly, it's nice to hear that the developer considered the exif data and scrubbed it... even if they did it poorly.
People on the internet can be really creepy.
A person on the internet
Yup. Editing or deleting the exif data is the best way to go. If you just want to quickly remove location data, use a screenshot of the image.
If you care at all about quality please don’t just screenshot it — not sure about Android but at least on iOS and macOS it’s pretty easy to remove the location information.
exiftool -all= /path/to/file
EZ
ETA: Not sure what's with the downvotes. I use this command all the time.
On Windows, right-click Properties on any image file and use "Remove Properties and Personal Information" in the Details tab.
If you have an iPhone you could make a basic shortcut to do that.
Make sure to uncheck “Preserve Metadata.”
Why convert to JPEG? Asking because I go out of my way to use the better quality HEIC (albeit proprietary).
I didn’t make the shortcut, so I don’t know. But I convert to jpeg by default on my work phone because HEIC won’t open on my work computer.
Black out any mountain ranges or the geo guessers will know.
I use Gimp. There are versions for Linux, Mac and Windows.
Open the image. If it contains Exif rotation data, it will ask if you want to rotate it or leave it as-is. Choose to rotate it. It will also probably ask about transforming the color profile. Just say whatever to that as it's not a huge difference.
Crop the image or do whatever, then choose "File > Export As". You'll get a filename dialog, where you can also specify the format in the extension of the filename, then "Export Image" dialog with a lot of options. Uncheck "Save Exif data" and "Save XMP data", and click Export.
For images, on Android you could use Imagepipe.
Once you've set it up, simply "share" the image to Imagepipe, it does its thing then automatically passes it on to whatever app you want - for example a messaging app for you to send on to others (it stores a copy of the image minus its metadata in an Imagepipe folder in your gallery for ease of access should you need it again).
For video, from memory I think mp3tag for Windows/Mac can remove metadata from some video formats
add a bunch of random text on the text you're trying to censor, that's my contribution.
edit: slight rewording
edit2: oh i recommend imagepipe for what you asked
You're right - most media formats have support for metadata, which can include all sorts of things depending on how the image is created. For instance, most phones have an option to add location data to photos.
A lot of identifiable info like location data is usually an option you can turn off. And there are a lot of tools to remove metadata from files. A quick search brought up this, which seems fairly reputable (and open source, which is usually good for sensitive stuff like this).