How should I handle multiple event listeners in my HTML5 extension?
Hi all, I want to listen for make ("Mk ") events and duplicate ("Dplc") events, each using a different handler. Currently both event handlers are triggered when either event is received.The relevant...
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 ArticleApplescript can't open remote Photoshop CC
Hello I´ve a problem with my Applescript script. I´m trying to activate application Photoshop CC on a remote Mac from my laptop.Both computers are on the same network and running Mac OS 10.10.4 and...
View Articlejsx: How can I get a delay value of timeline frame ?
I understand the way to set delay value of timeline frame using Script Listener. for example: Delay value is set as 0.1. var idsetd = charIDToTypeID( "setd" ); var desc5 = new ActionDescriptor();...
View ArticleForum email difficulty
Is anyone having trouble receiving email from from the Photoshop scripting forum?I few months ago the I stopped receiving Photoshop Scripting forum emails altogether. I contacted Adobe support who was...
View ArticlePS Script - Change Layer Color
This Is My First Post Here, So Hello Everyone,Hope I Am Posting In The Right Section, I Have A Photoshop File Which Looks Like Shown Above.. The Text 1 2 3 ...15 Are Different Layers..And The Boxes...
View ArticleCOM Reference in CS5 Missing
Does any body know what happened to the COM reference in visual studio 2008 for photoshop CS5, i just installed and my CS4 COM vanished and now there is no COM reference for photoshop CS5.
View ArticleAutomation for joining two sets of images...
Hello everyone, hoping you can help me automate a process. Basically I have two sets of jpg files in two different folders. Set A is the top of an image and set B is the bottom of the same image. So...
View ArticleHow to get artboard properties in photoshop CC 2015?
There is a new feature in Photoshop CC 2015 to create the multiple artboards in the same document. I want to get the properties of artboards like x, y, height etc. Is it possible to fetch the artboard...
View Articlehow to convert pixels in mm ?
Hello everybody!I'm making a tool in which the user specifies the size of the frame, I want to give him the opportunity to choose between units of measurement. How do I convert one unit to another?...
View ArticleUsing PhotoShop Action/Scripts in command line
Hello everyone, I am working on a project that needs to run PhotoShop's script/action on a folder everyday. It needs to be done automatically without no user interaction. Ideally, I would create a...
View ArticlePossible to get layerMask.bounds?
As the title says really,is is possible to get the bounds of a layer mask? I've been able to kind of get it working with some ScriptListener code of loading a mask as a selection and getting...
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 ArticleScript I made: Instancer
Hey, I had some downtime at work so I decided to write this script I would have liked to have a few times in the past, and I thought I'd share it if anyone might find it useful or have any suggestions....
View Article[JSX] Run a script more than once at the same time ?
Hi everyone,I have a script that make some photoshop montage on a picture I put in argument. Right now I am able to launch this script one at a time. If I launch the script twice (on different image)...
View ArticleImage Processor Pro 3.2b1 beta released
Image Processor Pro 3.2b1 beta has been released can be found here: ps-scripts - Browse /Image Processor Pro/v3_2b1 at SourceForge.net This port is compatible with PS CS5 through CC2015. Besides the...
View ArticleWindows does not have a constructor: 244 error message
I'm using CS6 for the first time to process some RAW files using the Photoshop Automate>Fit Image script. When I tried opening one RAW image into Photoshop to create an action I got the following...
View ArticleCreate photo set of 4x4
I want to load all photos from particular folder and want to create 4 sets of each onto 4x6 inch document and that document need to be saved in jpg format. Ex. Folder_A contains 8 photosthen...
View ArticleLeading always set to Auto
I'm using the following function and while I'm always setting the leading to a value, in the Photoshop UI it is set to AUTO (and the leading use is incorrect), any idea what I might be doing...
View Articleclose photoshop (app window)
I have written a script that uses photoshop cs 6 to convert some photos. The issue is the app window just sits out there in front of everything, Is there a way to close the application window (without...
View Article