-
Droplet to Conditionally Perform an Action
I have a pretty simple workflow that I would like to automate and I’m wondering if I can accomplish it using a combination of scripts and actions. Here are the steps:
1. If image width is over 1500 px, then run the action “Zoomify” (sizes it down to 1500 px).
1a. After running “Zoomify,” run action “Web Process” (resamples, saves as jpeg for web) on resulting photos.
2. If image width is under 1500 px, then run the action “Web Process.”Is it possible to create a droplet that will read the dimensions from all files dropped into it, then perform certain actions depending upon which conditions are and are not met?
John…
Sorry, there were no replies found.