Folks,
When I run htmldump on some of my images, I get the following minor warning:
iMacR27:ORIGINAL-CanonSX720HS len$ exiftool -htmldump ./IMG_2210.JPG > /dev/null
Warning: [Minor] Not decoding some large array(s). Ignore minor errors to decode - ./IMG_2210.JPG
iMacR27:ORIGINAL-CanonSX720HS len$
I realise this is a MINOR Warning, but all the same, I'd like to understand the cause. Is there any way I can get more information? The "-v" option doesn't seem to generate any more output.
I've attached this file FYI.
Thanks, Len
Hi Len,
Because it may be slow and take a lot of memory, there is a limit on the number of items that ExifTool will decode in an array by default.
- Phil
Phil, Understood. But is there a way you could briefly identify the array/tag/item in question? Len
Hi Len,
You should be able to identify the tag(s) like this:
exiftool -u FILE | grep 'large array'
- Phil