(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 ArticleScript to convert existing path to clipping path
Hello, I need a script which converts the first path in a document to a clipping path. And if no path is there does nothing.Unfortunately this does not work via actions, since it gives you an error if...
View ArticleIs there a way to keep a scripted UI floating and switch between active...
Once I run my script it seems to lock onto the active document, and I can not do anything until I close the script . I would like to use the script on multiple documents, and with the document at...
View ArticleHelp: need a script to merge all layers, even if there is only one layer
I am trying to build an action that includes "merge all layers" or "merge visible layers". However when I record that throught the actions tool (usung the layers panel flyout dialog), if a file being...
View Articlehow to startup required version of photoshop in script?
Dear all, i am using a script to alter dimensions but i wanted to perform this operation in PS CS5.1.Usually we write "#target Photoshop" in first line then latest version of photoshop get...
View ArticleHTML panel: "image changed" event in CC/CC2014?
Hi everyone, I want to make a panel that would register if an image underwent any change (to be more specific, brush stroke). AFAIK this can be done via Generator and imageChanged event but I really...
View ArticleScriptlistener for Photoshop cc 2015
Since the update, some of my script no longer work. I would like to run script listener to see what has changed, could you please advise where to find the new plug-in? Thanks!
View Articlehow to get fillcolor of multiple pathItems?
var paths = app.activeDocument.pathItems;for (var a = 0; a < paths.length; a++) {path[a].fillcolor // ti is undefined} who can tell me how to get fillcolor of multiple pathItems? jellythx.
View ArticleSave JPG copy to specific path
Hi, I want to link an action to a key so that when i click, it saves the PSD that i am working on, but additionally saves a JPG copy in full resolution low quality (to share through dropbox) to a...
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 ArticleScript for selecting a hidden layer (while unhiding it)
So I'll ask two versions, one for the tl;dr crowd and one for the detail-oriented folk. The short version:Is there a way to make a script that'll reveal a hidden layer and select it. For me it would be...
View ArticleScript which imports images to matching folder names and creates folder if...
I'm new to scripting in photoshop. I was wondering if someone could help me develop a script which does the following...1. User selects a list of images they wish to import2. The script then places the...
View ArticleScript for saving "folder.jpg" thumbnails?
I can't seem to find an alternative to File Explorer that lets you set a custom image for folders, so I have had to manually create folder.jpg thumbnails. The annoying part is when I hit save,...
View ArticlePhotoshop 2015 artboards in scripting
Anyone seen info / had a chance to test how artboards will workout in scripting? I guess data model could be pretty similar, i.e. an artboard is just new kind of group. The primary effect is in...
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 ArticleScriptlistener for Photoshop cc 2015
Since the update, some of my script no longer work. I would like to run script listener to see what has changed, could you please advise where to find the new plug-in? Thanks!
View Articleis there any script to rename the already existed smart object with the name...
for eg: box1.psd have (red colored) "ball" smart object and cat layer box2.psd have (yellow colored)"ball" smart object and dog layerbox3.psd have (green colored) "ball" smart object and rat...
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 ArticleImport Excel table into Photoshop
I would like to be able to import fields from Excel into Photoshop CS4 and have the Excel information print directly onto the photo image as a line of text across the bottom and layered over the image...
View ArticleHow to get list of all colors in an image?
How to get list of all colors in an image? can we get 2-3 most frequently used colors in an image?
View Article