Apply new color to layers
Hello! I would like to create a script in javascript for Photoshop CC that does the following: 1) Check each layer in the current document2) If the layer is named "fillMe" then color it in a specific...
View ArticleIs it worth it for me to learn scripting in PS?
I have absolutely NO experience with javascript, and I have failed miserably every time I have attempted to learn. Should I leave Photoshop scripting to the pros? I work in an environment where we are...
View ArticleBatch processing PDF to TIFF
Hello,I have about 1000 drawings in PDF format that I need to convert to B/W TIFF files. I thought I could easily do this in Photoshop (CS3) and then I hit a snag. In the Open form for the PDF there is...
View ArticleHELP NEEDED!! batching, overlaying, background cut out
Hi All, very new to this. I have 2500+ images (caracitures of cars on white backgrounds). I need to place ALL of them on to a BLACK tee shirt image for internet listing.So, how do I do this...
View ArticleNaming Layer Set ?
var layer_c = app.activeDocument.layerSets.add();layer_c.layerSets.add().typename("layera"); How do I name a LayerSet ? What am I doing wrong ?
View ArticleAdding scripts to Actions
I am involved in a lot of works of handling thousands of photos (digital/scanned, B/W as well as color, of different ages: I have to treat images from '30s) and in my workflow (Bridge-Camera Raw-PSHP)...
View ArticletextItem justification no additional information available
When I use this code textLayer.textItem.justification It shows some error: Error: General Photoshop error occurred. This functionality may not be available in this version of Photoshop Why in some...
View ArticleHow to get the style of a layer using photoshop scripting ??
As I know there is a method ApplyStyle(string) which is uesd to apply the specified style to a layer. But I really don't know how to get the style name of a layer ? Anyone who knows? Please help me!...
View ArticleCan a script change visibility on a mask?
QUES 1I may require a script to perform a certain function. One thing it will have to do is to paste a mask into the channel layer of a Smart filter. i.e. When a Smart filter is created, an additional...
View ArticleHow to merge 2 halves of an image contained within 2 separate folders +...
I have two folders of image sequences. Folder 1 contains images for the left hand side of the frame. Folder 2 contains images for the right side of the frame. Each image in folder 1 pairs with a...
View ArticlePhotoshop Script Question
Is there a Photoshop script to remove the white background from TIF images that already have good clipping paths, and then save file as PNG?
View ArticleCropping different file sizes script
I'm trying to come up with a way to have an action and script that will let me crop an image to 8x10 or 5x7 for example. What happens though is that if the image is a different size (resolution wise)...
View ArticleWould like to automate open stacks as layers + run action. Possible with...
I would like to automate part of my workflow that involves opening stacked images as layers in Ps CS5 and running an PS action that composites the layers and processes the image. Something similar to...
View ArticleWatch Folder
Hello, Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder. I need to automate the...
View Articleautomate save with adding a number
Hy all, this is the situation: I have got a psd file. I want this file to be saved automatically as Documentname1.png while it originally is Documentname.psd. The script doesn't have to ask what number...
View ArticleDuplicate Error
var doc = app.activeDocumentvar group = Layer.duplicategroup.mergeVisibleLayers(); What am I doing wrong, that the layers are not duplicating, then merging ?
View ArticleGet file from ftp
Hi all, I looked on the forum for answers on that topic but didn't really find anything simple. I would like my Photoshop javascript to retrieve a specific image file from a ftp server before doing its...
View ArticleScripting New Crop Tool
I'm having a difficult time scripting the new crop tool. Despite specifying the initial 4 corners, it quickly expands to fill the entire document before anyone can use it. Any suggestiong on how to...
View ArticleReturn Individual Values From Array as Variables
Is it possible to loop through the channels and return their individual RGB values and names so they can be assigned to a var to be used later in the script as well as to build and populate a scriptUI?...
View ArticleWill scripting be supported in the future?
Regarding the changes to be made next year for extensions support in the new Photoshop CC versions I must decide how to continue development of Photoshop tools, therefore I would like to know if, at...
View Article