How to select an action via script?
Hi, I'd like to select an action in the Photoshop using script. An example will be as follows, selecting "Aged Photo".How could I do so? Your help is very much appreciated.
View ArticleScript and Trial Period
Hello, A friend asked me a question. Is it possible to make a script being used for a certain period of time ? Like a trial Version ?He writes script and shares them but he would like those scripts...
View ArticleSelecting Only Visible Layers
I am a beginner scripter trying to find a way to hide all the layers in a document. The document has hundreds of layers so selecting all and then hiding all takes way too long to run. Is there a way...
View Articleextendscript debugging with photoshop? is this possible?
Just starting to use ExtendScript (v3.8.0.12) to write a script for Photoshop CS6. When I run the script in ExtendScript I can an error "Result:undefined" when I hit the first line of code that...
View ArticleSave as PCX
I'm currently work with an old script I found here on the forums. Originally found here: http://forums.adobe.com/thread/488255 I've toyed with it a bit but to no avail, since I have no idea what I am...
View ArticleResize for vector objects in CC
The Photoshop CC scriting guide is out, but I there are no additions to the API related to new vector features. For example modifying border radius or resizing the vector object in pixels is missing....
View ArticleHow to copy filename and paste as text in Photoshop
I have about 1500 files each with a unique filename. For each image I want to copy that individual filename and paste it into the document as a text layer at a certain location say .25 inches from the...
View ArticleScript for deleting Hidden Layers which are not used in any Layer Comp?
Hello. I've turend the web upside down searching for a script that would do the following: Search through all the layer comps in the documentCheck which layers are hidden on all Layer CompsRemove/mark...
View ArticleHow to get stroke color and size of rectangle?
Hi All, I am developing an extension for CS5 and above (including CC version). I want to get the stroke color and size of a rectangle. I was able to do so in CS5. But, I noticed that in the CC version,...
View ArticleText box width
Hi, I'm wanting to find the width of a text box and if it's longer than say 200 pixels, decrement the font size (points) by one until the text box width is less than 200 pixels. I'm guessing I'm going...
View ArticlePrompt for Levels not working in Photoshop CC
Hi, I was helped on here a few months ago about a script that would promopt the user to create a levels adjustment layer, set the levels and then the script would be able to call the information again...
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 Articleskip command if function is unavailable?
Hi, I was wondering if anyone could help. I am trying to write a code which uses selections within it the problem is with the "smooth"command. If the image for some reason has a selection that is 100%...
View ArticlePS3 script to batch rename layers
Sometimes, I make copies of layers (for example: copy little diamonds to align into a shape of the letter M). Each time I "alt+drag" the content in that layer (to make a copy of it), PS makes a copy...
View ArticleAdditional scripted patterns
Hi all, I am the developer of the Deco scripting engine that is used to create scripted patterns in Photoshop CS6. I would like to continue the interesting discussions and exchange of patterns and...
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 ArticlePhotoshop Action - Multiple Save As
Hi all. I am trying to make an Action to save out multiple versions of a file, that can be applied to numerous different files, all in different destinations. How can I edit and remove the "IN"...
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 ArticleCS5: Macro for HDR toning.. Bug?
Hey, I got over 5000 picture files to add the "hdr effect" with hdr toning of Photoshop CS5. I recorded a macro where i do it with the "Surrealistic" - preset and also tried custom settings. But every...
View ArticleGenerating an alpha channel for document
Hi.I'm trying to generate an alpha channel based on the transparency of all the layers in the document.I usually do this manually by going into Image->Calculations, selecting Transparency in the...
View Article