2025-07-02: ExifTool 13.32 is now available
exiftool "-thumbnailimage<=thumb8486.jpg" "-previewimage<=preview8486.jpg" 8486.CR3
but got:%Image::ExifTool::UserDefined = (
'Image::ExifTool::XMP::Main' => {
CUSTOM => {
SubDirectory => {
TagTable => 'Image::ExifTool::UserDefined::CUSTOM',
},
},
},
);
%Image::ExifTool::UserDefined::CUSTOM = (
GROUPS => { 0 => 'XMP', 1 => 'XMP-CUSTOM', 2 => 'Other' },
NAMESPACE => { 'CUSTOM' => 'http://yourdomain.com/xmp/custom/1.0/' },
WRITABLE => 'string',
APP => {
Name => 'APP',
Writable => 'string'
},
);
Quote from: Phil Harvey on July 02, 2025, 08:34:15 PMBut I can't help with the Xinet-specific details.
Quote from: Phil Harvey on July 01, 2025, 07:33:39 PMExifTool can edit QuickTime:Rotation if it exists, but can't yet create it if it doesn't.
The reason is because of the overly-complex format of HEIC, and the associated difficulty adding this feature. But I'll add this to my to-do list, and maybe I'll find some time to look into it.
- Phil