|
Canon EOS 30D RAW files (.CR2)
exiftool.pl -overwrite_original -b -TagsFromFile IMG_0074.CR2 IMG_0074_THUMB.JPG
Error: APP1 segment too large! (81994 bytes) - IMG_0074_THUMB.JPG
MakerNoteCanon (Tag 0x927c) is 75422 bytes, which is over the maxSegmentLen = 0xfffd;
I can use this tool if I omit this tag (MakerNoteCanon), but then I loose lots of interesting things.
exiftool.pl -overwrite_original -b -TagsFromFile IMG_0074.CR2 --MakerNoteCanon IMG_0074_THUMB.JPG
|