按文件尺寸搜索

Dec*_*eco 3 search files images

我有很多照片。如何按尺寸搜索文件?例如,我想搜索精确尺寸为 500 x 500 像素的图像。这项任务有什么用处吗?

Sté*_*las 5

exiftool

exiftool -q -r -if '$ImageHeight == 500 && 
  $ImageWidth == 500' -p '$Directory/$FileName' /some/dir
Run Code Online (Sandbox Code Playgroud)