0
I just want to remove all tags except a few (from jpg files). I would like to keep only the title,description and the tags. When i'm running the following command:
exiftool -all= -tagsFromFile @ -Title -Caption -Keywords
my description gets deleted. Can anyone help me out?
BTW if I enter the description manually, it is not readable by many sites
I used exiftool -a -g1 -s to get all tags and added the following tags -Caption-Abstract -Description -ImageDescription – Remus Rigo – 2017-05-10T09:00:52.563