M BUZZ CRAZE NEWS
// news

Remove all picture Metadata except for one

By Gabriel Cooper

I need to remove all metadata from the pictures in one folder, except for the date it was taken.

Is there a way to remove all metadata with an exception?

The current command I use is:

exiftool -all= *.jpg

I tried to read the man for exiftool but I'm still having trouble with the command.

Thanks!

1 Answer

Figured it out finally:

exiftool -all= -tagsFromFile @ -*date* *.jpg
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy