how to make a selection of a layer delete content and paste another content...
how to make a selection of a layer delete content and paste another content with Photoshop scripting..?
View ArticleHow to insert EXIF date time data on photo using Photoshop CS5.5
Is there any script or function available in photoshop CS5.5 which can help me in inserting date time from EXIF onto the photograph.An automated solution which can do multiple images at once will be...
View Articlebatch odd dimension images to square
Hi I have lots of images that are all different sizes and more coming. I need to create an action that makes these images square in px dimensions, with the new side dim. the dim. of the longest side. I...
View ArticleGet layer by index
I am writing the selected layers indexes into an selectedLayers array. Then I am using this: function getLayerNameByIndex(idx) { var ref = new ActionReference(); ref.putProperty(...
View ArticleScript access to Drag and Drop
Is there any way to get info from a file that is dragged into Photoshop?Or maybe, if not directly into Photoshop, then, maybe, inside of my opened plugin?
View ArticleHow to flatten a single layer in photosop using a script (js reference)?
I've see lot of script using activeDocument.flatten() but i need to know hot to flatten a single layer activeDocument.layers[3] for example. thanks in advance i'm usign ps cc2014 by the way
View Articlelayer.bounds error
Hi all, I'm trying to export layer centers to an xml. the following code works fine for all cases, except one. var curr_layer = app.activeDocument.activeLayer;var layer_bounds_centerX =...
View ArticleA script for "Save for Web" as .jpg
I found a script that saves the current selected document in Photoshop as .png to the Desktop, and use it all the time. function main() { // declare local variables var doc =...
View ArticlePreserve background layer when cropping (script)
I understand that if you choose "Delete Cropped Pixels" in the crop tool, that it will preserve the background layer, as a background layer. However, I wished that I could still maintain this function...
View ArticleData Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
View ArticleMove layer group script
Found this script to do what I want but cannot get it to work with Photoshop CC 2014 on OSX 10.9.4. // tell extendscript toolkit which adobe application to target; #target photoshop // determine the...
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View Articlemerge all layers
if have layer1 and layer2 and layer3,backgroud is white,i want to Merge all layers to background.all layers is cmyk.because layer is cmyk(0<=c,m,y,k<=100), below in black(k), Compare the color...
View Article(NOT SOLVED) Duplicate layers into another document
Hello, honorabe participants of Photoshop Scripting forum! I have a problem - how to implement in action/script duplication of two linked layers from one document to another already opened document?...
View ArticleMove files from one folder to another javascript?
I am running a 3-action droplet automatically using windows task scheduler. Here are the 3 steps:1. Batch file to move files from hot folder to processing folder2. Run IPP (dr brown's image...
View ArticleLayer Comps To Files - Export error: Could not complete this operation. There...
I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the...
View ArticleHow to change only the fill color style of the layer
function ftn1() { function cTID(s) { return app.charIDToTypeID(s); }; function sTID(s) { return app.stringIDToTypeID(s); }; var desc4 = new ActionDescriptor(); var ref2 = new...
View Articlecan anyone explain how the JS script listener handles text items?
i have created a script that asks for user input box and then uses the string to create a text item on the document. I've got the whole thing working. The only thing is that the text item creates the...
View ArticlePhotoshop droplet on server?
Hello, I am looking to answer a hypothetical situation: what is the way to get droplets to work in a central network location, so that multiple users from different computers (Perhaps both Windows and...
View ArticleScript Alert: "Sorry I could not process the following files" (Error Message...
I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6. In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing...
View Article