ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Leonard WHYTE on September 12, 2021, 08:43:42 PM

Title: Main image tags only in the output
Post by: Leonard WHYTE on September 12, 2021, 08:43:42 PM
When I do 'exiftool -a -u -G -H' the output contains tag details not only for the main (presumably IFD0) image, but also for an embedded thumbnail (presumably IFD1) image, if such exists within the JPEG file.
Is there a way I can suppress all the tags relating to the thumbnail?  Because I'm parsing the output and using it for another purpose, the extra [EXIF] tags for the thumbnail really confuse things.,
Title: Re: Main image tags only in the output
Post by: StarGeek on September 12, 2021, 11:17:52 PM
Try adding --IFD1:all to the command.
Title: Re: Main image tags only in the output
Post by: Leonard WHYTE on September 13, 2021, 06:08:10 AM
Fantastic.  Thankyou kindly.