Describe the format and characteristics of image files. See also:
magick. More information: https://imagemagick.org/script/identify.php.
magick identify {{path/to/image}}
magick identify -verbose {{path/to/image}}
magick identify -format "{{%f,%w,%h\n}}" {{*.jpg}} > {{path/to/filelist.csv}}