ok, well the documentation for photoshop scripting is not the most user friendly (at least for a numpty like me) but there are sites like PS-Scripts and generally googling will turn up results. The docs are in the the photoshop folder there are some pdfs with the various classes and so on which the photoshop scripting…
I've always got annoyed with actions wanting to save in annoying locations, so I just make scripts to cover whatever we need at work. If you wanted I can take a look at this for you. You would run the action, the action would run the script, the script would prompt you for a folder, then the script would go ahead and save…
whoo ho!! i fixed it!! i don't exactly know how, but i got it working, so I'm pretty happy, i think its because i created a folder in my action, so that all my files could end up in it. it makes it so that i have to remake an action with a new destination folder every time i have a different animation to save, but at least…
oh yeah, i totally forgot that part! 1) copy that text to a notepad file. 2) save the file somewhere with a name "myscript.jsx" it is javascript so needs jsx extension. 3) in shop, make an action, record- 4) file menu > scripts > browse > 5) pick the file you saved, it will run the script, so pick the folder and wait for…
hiya everybody, i'm want to save a bunch of files in PNG-24 safe for web for a little game we are making. I open one of the files of the batch i want to work on, set up my action by pressing the record button> save> safe for web>png-24>stop button. but as soon as i ask photoshop to start the batch, it saves them in the…