Can anyone recommend software for removing metadata? [solved]

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
purpletree

Can anyone recommend software for removing metadata? [solved]

Post by purpletree »

In checking with search engines and also using Software Manager, I've come across MAT (Metadata Anonymisation Toolkit). Unfortunately it's a package that's broken.
Does anyone have any recommendations regarding software that's good at removing (and viewing) metadata?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29612
Joined: Wed Jul 06, 2011 3:58 am

Re: Can anyone recommend software for removing metadata?

Post by xenopeek »

Metadata on what type of files or created by which program?
Image
User avatar
karlchen
Level 23
Level 23
Posts: 18231
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: Can anyone recommend software for removing metadata?

Post by karlchen »

I assume the question is related to this previous thread: MAT (Metadata Anonymisation Toolkit) installs but fails to launch: Is it broken?
MAT 0.6.1-2 is available in the Ubuntu 16.04 software repository e.g. Yet the other thread suggested that the package may be broken in terms of dependencies.

Code: Select all

Metadata anonymisation toolkit
  
Metadata consist of information that characterizes data. Metadata are
used to provide documentation for data products. In essence, metadata
answer who, what, when, where, why, and how about every facet of the
data that are being documented.

Metadata within a file can tell a lot about you. Cameras record data
about when a picture was taken and what camera was used. Office
documents like PDF or Office automatically adds author and company
information to documents and spreadsheets.

Maybe you don't want to disclose those information on the web.

MAT only removes metadata from your files, it does not anonymise their
content, nor can it handle watermarking, steganography, or any too
custom metadata field/system.

If you really want to be anonymous, use file formats that does not contain any
metadata, or better: use plain-text.

Formats supported to some extent are:
   - Portable Network Graphics (PNG)
   - JPEG (.jpeg, .jpg, ...)
   - Open Document (.odt, .odx, .ods, ...)
   - Office Openxml (.docx, .pptx, .xlsx, ...)
   - Portable Document Fileformat (.pdf)
   - Tape ARchive (.tar, .tar.bz2, .tar.gz)
   - ZIP (.zip)
   - MPEG Audio (.mp3, .mp2, .mp1, .mpa)
   - Ogg Vorbis (.ogg)
   - Free Lossless Audio Codec (.flac)
   - Torrent (.torrent)
Also cf. Homepage MAT: Metadata Anonymisation Toolkit
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Can anyone recommend software for removing metadata?

Post by phd21 »

HI purpletree,

I just read your post and the good replies to it. Here are my thoughts on this as well.

I do not know about the one in the Mint Software Manager or Synaptic Package Manager (SPM), but If you download their archive file from the link below for v0.6.1, right-click it extract here, you can double-click the python application "mat-gui" and it comes right up. You can create a shortcut to this as well.

MAT: Metadata Anonymisation Toolkit
https://mat.boum.org/

Direct download link to their archive file.
https://mat.boum.org/files/mat-0.6.1.tar.xz

Removing EXIF Data From Images and Photos in Linux - ShellHacks
https://www.shellhacks.com/remove-exif- ... tos-linux/

Hope this helps ...
Mat1.jpg
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
User avatar
wallyUSA
Level 6
Level 6
Posts: 1439
Joined: Thu Jun 08, 2017 2:31 pm
Location: Top of Georgia

Re: Can anyone recommend software for removing metadata?

Post by wallyUSA »

@purpletree:

You might also look at "Xnview". (in Cinnamon Software Manager)
Last edited by wallyUSA on Sun Apr 22, 2018 7:01 am, edited 1 time in total.
> If your query has been resolved, edit your original post and add <SOLVED> to the beginning of the subject line. This may help others find solutions. <

Dell Latitude 7490 Mint 21.3 Ker 5.15.0-105 Cinn 6.0.4
lmuserx4849

Re: Can anyone recommend software for removing metadata?

Post by lmuserx4849 »

purpletree wrote: Sat Apr 21, 2018 4:08 am In checking with search engines and also using Software Manager, I've come across MAT (Metadata Anonymisation Toolkit). Unfortunately it's a package that's broken.
Does anyone have any recommendations regarding software that's good at removing (and viewing) metadata?
Command line: exiftool
Example:

Code: Select all

exiftool file           # list metadata
exiftool -all= file   # remove metadata
https://www.sno.phy.queensu.ca/~phil/exiftool/#writing

And for anything it doesn't handle (it'll read id3tags but not write), use easytag
purpletree

Re: Can anyone recommend software for removing metadata?

Post by purpletree »

Thank very much for all those answers! It looks like the MAT package is out of date:
https://packages.qa.debian.org/m/mat.html

I was unable to find "Xnviewmp" using Software Manager.

I'll see if I can put together a tutorial on removing metadata as I work through the available options. Thanks again.
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Can anyone recommend software for removing metadata?

Post by jimallyn »

purpletree wrote: Sun Apr 22, 2018 4:27 am I'll see if I can put together a tutorial on removing metadata as I work through the available options. Thanks again.
I will be watching for that!
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
lmuserx4849

Re: Can anyone recommend software for removing metadata? [solved]

Post by lmuserx4849 »

Came across this while reading a photo restoration book - Digital Asset Management using digiKam and Exiftool: cleaning up messy metadata
Talks about digikam and exiftool. Lots of good info on the various tags, listing, removing specific tags, removing groups of tags...

Also wanted to add that Gimp 2.10 supports editing metadata under Image > Meta Data > Edit Metadata
Locked

Return to “Software & Applications”