2025-07-02: ExifTool 13.32 is now available
exiftool -a -G1 -s -Warning -CurrentIPTCDigest -IPTCDigest -Caption-Abstract image.jpg
[ExifTool] Warning : IPTCDigest is not current. XMP may be out of sync
[File] CurrentIPTCDigest : 50da7dda60635498ad18dcb40a6198cd
[Photoshop] IPTCDigest : 00000000000000000000000000000000
[IPTC] Caption-Abstract : Caption
exiftool -overwrite_original -IPTCDigest= image.jpg
1 image files updated
exiftool -a -G1 -s -Warning -CurrentIPTCDigest -IPTCDigest -Caption-Abstract image.jpg
[File] CurrentIPTCDigest : 50da7dda60635498ad18dcb40a6198cd
[IPTC] Caption-Abstract : Caption
exiftool -overwrite_original -CurrentIPTCDigest= image.jpg
Warning: Sorry, CurrentIPTCDigest is not writable
Nothing to do.
exiftool -overwrite_original -IPTC:All= image.jpg
1 image files updated
exiftool -a -G1 -s -Warning -CurrentIPTCDigest -IPTCDigest -Caption-Abstract image.jpg
Quote from: DPUK01 on June 26, 2025, 04:02:43 PMHello. I want to
1. delete multiple tags in multiple jpg files located in the same folder. These are about 30 consecutive tags located in the XMP group and I don't want to delete the whole group.
...
I could then go to the next tag and repeat this but is there any quicker way of doing this (perhaps by specifying the tag index number range)
QuoteMany tag values may be assigned in a single command.