Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is there a way to automatically check a file's dimensions, color mode, etc.?

New Here ,
Jan 07, 2014 Jan 07, 2014

Hey Everyone,

I work in the tech field and part of my daily workflow is checking hundreds of images to make sure they're "up to spec" - they need to be a certain dimension (say, 500x800px), RGB8, and .JPEG files.

Is there a way to automate the "spec check" process, wherein images that aren't up to spec might be flagged in some fashion? Say, a file comes in that's the right dimensions and a JPEG but saved in CMYK space. Maybe the script could give it a 1-star rating whereas the others, that are up to spec, would get 5-star ratings?

If anybody can give me a jumping off point as to how I'd start that automation, it would be much appreciated. Thanks!

Best,

Buster

TOPICS
Scripting
647
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 24, 2015 Oct 24, 2015
LATEST

An old thread, however some of what you wish to achieve is possible with Bridge’s FIND command, setting up multiple criteria. One can save the search as a Smart Collection and easily apply multiple searches from the Collection panel.

For further automation you can look into command line tools such as ExifTool or ImageMagick, or various “janitorware” programs that can search for various criteria in a file and then perform an action.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines