I would like to use exiftool to get a list of the embedded preview images in this style:
Preview 1 : 6000 x 4000
Preview 2 : 1280 x 640
Preview 3 : 128 x 60
I can use the -preview:all option to get the list of images and size in bytes.
Is there any way to also get image dimensions without first downloading all previews?
Thanks...
This would be difficult to do in a single command, and would require some specialized user-defined tags in a config file. Much easier to extract the previews then run ExifTool on them if it isn't too inconvenient.
- Phil
I also applied the same strategy.