Exiftool - a great command line utility for photo metadata
Exiftool is a command line utility created by Phil Harvey (a fellow Canadian).  Available from;
It is a super powerful tool for reporting on metadata, extracting it, modifying it, and in some case repairing it.  It has many features, but for example here is a basic way to dump the metadata from an image to a file called "image_tags.txt".

exiftool -s -G image.jpg >image_tags.txt 
Here is a link to an article about using Exiftool to repair images with corrupted metadata:
Also, for removing metadata from an image, use this command line:
exiftool -all= foo.jpg
Replace foo.jpg with your image name.
If you find the DOS command line too intimidating then check out our note about XnViewMP.
- Related Articles
- Extracting metadata to a CSV or printing photos with metadata- Some TTP users have requested a way to export their tag info to CSV. While TTP does not support that natively, there is a method to do that using the free utility from Exiftool (Phil Harvey created and supports this utility). The way this is done is ... 
- Working with Photo Supreme- We are pleased to report that Tag That Photo "plays nicely" with Photo Supreme.  We pass along thanks to one of our users (Ralf from Europe!) who was determined to see the two products work together.   There are no special settings other than ... 
- MS Photo Gallery- MS Photo Gallery was a very popular desktop photo organizer that has been replaced by MS Photos.  Unfortunately, MS Photos stores the metadata in a proprietary format.  Tag That Photo will import MS Photo Gallery tags (not MS Photos). If you consult ... 
- Conversion from HEIC preserving metadata- Some of you have asked whether there is a way to convert HEIC images to JPGs, but preserve the metadata tags you have created in TTP. That metadata is written into sidecar XMP files. There is one relatively simple method we have found and that uses a ... 
- What metadata is displayed from the local File system- On Windows Explorer, the basic metadata you will be able to see is under the Properties / Details tab: On a Mac, via the Finder utility and Get Info, you will see the basic keyword data: There are a couple of free utilities we mention in other ...