drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.54k stars 475 forks source link

Can I remove Exif of image file by this library? #583

Closed eziosudo closed 2 years ago

eziosudo commented 2 years ago

I want to deal with some attachment file to remove Exif if there is. Can this library do help? I can get directories, including Exif by guide but I cannot find a way to remove them.

StefanOltmann commented 2 years ago

No, this library can only read/„extract“ metadata.

drewnoakes commented 2 years ago

That's right. Today there's no means of modifying the original file using this library.