ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: bigfire60 on March 14, 2024, 02:47:56 PM

Title: Questions related to ACDSEE region tags
Post by: bigfire60 on March 14, 2024, 02:47:56 PM
I've got a jpg with multiple face regions in ACDSee tags (xmd-acdsee-rs).
If a run: exiftool -xmp-acdsee-rs:all <file>
It will only return with the first face region, not the second.

Secondly, if I run: exiftool -s -struct -regioninfoacdsee <file>
Nothing is returned.
Any feedback is appreciated.
Title: Re: Questions related to ACDSEE region tags
Post by: bigfire60 on March 14, 2024, 03:02:33 PM
Ok, I figured out the 2nd issue.
By default, exiftool didn't understand the details of the RegionInfoACDSee structure.
If you add -config acdsee.config to the command (where it is defined) it works properly.

exiftool -config acdsee.config -struct -regioninfoacdsee <file>
Title: Re: Questions related to ACDSEE region tags
Post by: bigfire60 on March 14, 2024, 06:42:22 PM
Ok, so same solution for the first problem!