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…
Thank you so much! Heheh I have to say, I am a bit lost, I dont seam to understant how to get the script into photoshop, is this java, apple or VBScript? and dos it actulay make a difference which scripting language you us? Heheh i am completely new to script so I'm missing a lot of the basic stuff, it seams pretty logical…
So if I understand correctly, you use as mix of scripting and actions? I figured I needed to use the note pad and actually put the extension, but Photoshop doesn't seem to process it as a Java script file... so i cant see it when its time to select it. Do i have to do something special, other then naming it and putting…
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…
I finally got everything working!! its all thanks to you CW, thank you so much!! I can see how scripting can really make your life easier!! You really saved my life there~!
Thank you so much! that was exactly my problem!! I should be able to proceed now, ill try stuff out. when i copy your code, do i past all the slashes into the .JSX? I will try with and without, but im just curious if its the kind of thing that's important or if you can actually add artsy stuff that wont be processed as…
I'm am still very interested in learning about scripts, i never thought there where any for Photoshop until today, is it hard? If you happen to have a really nice tutorial, or if you feel like running me trough the basics, i would be really eager to learn! anything that can help me up my productivity is what i need! Thank…