Filter TIF Images with and without a path
Hi Everyone,
I was wondering if there's a way to filter in Bridge TIF that contains path in it?
Thanks in advance,
sincerely, Carmelo.
Hi Everyone,
I was wondering if there's a way to filter in Bridge TIF that contains path in it?
Thanks in advance,
sincerely, Carmelo.
You're welcome. This is also possible with the command line ExifTool:
Conditionally Process If an image has a Photoshop work path/ saved path/clipping path entry, then add an Adobe Bridge Label "Review":
exiftool -overwrite_original -if '$workingpath' -label='Review' -execute -overwrite_original -if '$originpathinfo' -label='Review' -common_args -u -r 'system path to input folder'
Conditionally Process If an image has a Photoshop work path/saved path/clipping path entry, moving the processed files to new sub-folders within the source folder:
exiftool -if '$workingpath' -directory=%d'Photoshop Work Paths' -execute -if '$originpathinfo' -directory=%d'Photoshop Saved Paths' -common_args -u -r 'system path to input folder'
These commands are for the Mac, for Windows, simply change the single straight quotes ' to double straight quotes "
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.