Preview images dimensions

Started by cclark, December 27, 2022, 06:35:44 AM

Previous topic - Next topic

cclark

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...

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

DarleneHawkins

I also applied the same strategy.