ExifTool Forum

ExifTool => Newbies => Topic started by: cclark on December 27, 2022, 06:35:44 AM

Title: Preview images dimensions
Post by: cclark on December 27, 2022, 06:35:44 AM
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...
Title: Re: Preview images dimensions
Post by: Phil Harvey on December 27, 2022, 04:49:03 PM
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
Title: Re: Preview images dimensions
Post by: DarleneHawkins on January 18, 2023, 08:46:08 AM
I also applied the same strategy.