|
| 1 - 2 of 2 [Total 1 Pages] |
|
|
photoshop script to run a batch command Dec 15, 2008, 08:00 |
1 |
|
hi,
I want to write a jsx script to run a batch command in photoshop cs2.
i set all the batchOpt
i saved the action in ACT->myaction
and i've declared a file list as: var files = inputFolder.getFiles();
and then i try to run in the script app.batch(files, myaction, ACT, batchOpt)
and then i get an error, why is that?
|
|
|
Dec 19, 2008, 08:15 |
2 |
|
I've only had a little bit of experience with the jsx batch actions but I can tell you its a pain in the but to write that code and to trouble shoot it. What error exactly are you getting? Could you paste your code here?
You may want to investigate if there's a way you can do what you need to with the regular Photoshop Action palette instead of writing a jsx script
|
|
| 1 - 2 of 2 [Total 1 Pages] |
|
|
|