Top "Photoshop-script" questions

Photoshop script can automate a series of tasks or manipulate images from within Photoshop.

From Photoshop actions to Photoshop scripting?

I would like Photoshop to automatically execute the following task for a given folder: Load all PNG files in a …

javascript photoshop photoshop-script
How to select active layer?

It appears that in order to resize the layer it has to be selected(from UI perspective) and active from …

javascript photoshop photoshop-script
How to write text to a text file by Photoshop JavaScript?

I took a look at Photoshop CS5 Scripting Guide and Photoshop CS5 JavaScript Reference, but I couldn't find out a …

javascript photoshop photoshop-script
Photoshop scripting: Move an image to position x,y

I have an active ArtLayer referenced by the variable NewLayer that I want to move to the absolute position x,…

javascript photoshop flash-cs5 photoshop-script
getFiles() not folders

I've got several files in a temporary folder. I can load them into Photoshop with scripting the following: var sourceFolder = …

javascript photoshop-script getfiles
Change file name with photoshop action

I have 100 PNG sliced images for iPhone retina with 326 dpi like.. [email protected], [email protected] etc... now I …

html css photoshop photoshop-script
How to load an image in active document? (Photoshop Scripting)

I am new to photoshop scripting. I want to load an image image (from my hard disk) into the active …

photoshop photoshop-script
Launch photoshop action using code

Is it possible to launch Photoshop action using code? I mean launch the action in Photoshop via a batch file? …

command-line photoshop photoshop-script
Merging files together (side by side) in folder Photoshop scripts

I need to do the following thing. Having multiple png files in folder with a naming convention set: 1.png 1_m.…

image-processing photoshop-script
Saving a png with photoshop script not working

if (app.documents.length != 0) { var doc= app.activeDocument; for (i = 0; i < 5; i++) { var layer = doc.artLayers[0] layer.textItem.contents = …

javascript photoshop-script