Here is a tutorial to get your feet wet. http://www.switchonthecode.com/tutorials/photoshop-tutorial-actions If you have tedious tasks that need to be done for multiple images, you can record yourself going thru it one time and then map that to a keyboard key, like F2. Stop recording, then just hit F2 as you switch to your…
Actions and batch processes are cool, but thats not scripting :) good intro: http://www.pstut.com/tutorial-photoshop-scripts-an-introduction.html message board: http://www.ps-scripts.com/bb/
action recording is pretty simple stuff, lots of tutorials for it if you search for them on google. Right know the only thing I use it for is automating batch resizing and running simple filters like sharp/blur mainly for pixel art. But basically you can record anything with actions and run them in batch processes. because…
Has anyone here created a .swf UI for PS javascripts? I've been playing about with Adobe FLEX Builder which makes creating the UI real easy. It's the backend i'm having trouble with. Got a simple setup (for now) so that if you click a button the javascript behind runs - saves out the .PSD as a .TGA in the directory below…