Scripts have to read off the disk, as far as I'm concerned this slight
delay is annoying enough to make Actions a better option. Certainly
where everyday workflow is involved. Actions play instantly and can as
a result be built into workflow better, shortcutted. Do you actually have empircal rather than anecdotal evidence? If you can notice a performance difference because of a script being read off the disk, you either have a very very slow disk (e.g < 5400rpm) or a very very large script (>>100KLOC*). If you are not recording actions that call scripts (or writing scripts that call actions), you're not taking full advantage of both. Actions that call scripts can be as easily integrated into your workflow as actions that don't. It was more a response to your repeated advice "you do not need to use actions." The advice "you do not need to use actions" was (probably) meant more to reduce the overall complexity of the solution, especially if the solution is to be shared with others. If you have to have a script (because you're looping over layers, or whatever) there are likely parts of the script that could be implemented as actions. Is it easier to provide/package a 300LOC* script that requires a half dozen actions to be present or is it easier to provide a 400LOC script? And as a result try to step into the complex world of scripting too early, and get discouraged as a result. True. That is why Mike, I, and others regularly recommend using actions instead of scripts. But, as you noted, not everything is recordable in actions and what is recordable varies from version to version of PS. I've repeatedly said that the best script is the one you don't have to write, but often times it is unavoidable. Thinking that scripting is the ONLY solution to complex linear problems is not constructive. But it is the only solution to some linear problems, regardless of their complexity. A trivial example is placing the name of the document into the Title metadata field. -X *LOC = lines of code, KLOC = thousand lines of code
... View more