How to catch duplicate layer event in photoshop?
Hello All, I have created an extension for photoshop CC 2014 and 2015. I need to catch the duplicate layer event in photoshop. How can I achieve it? Thanks for any help..
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 ArticleLocalized Presets/Actions folder?
Hi,what is the Actions folder equivalent to this (localized Scripts): var scriptsPath = app.path + "/" + localize("$$$/ScriptingSupport/InstalledScripts=Presets/Scripts"); Thank you, Davide...
View ArticleSimulate button press in script UI
I have a Script UI dialog box that is displayed within my script asking for user input on what to do next (two buttons). However, because it is part of a batch script I'd like the script to...
View ArticleWhat's the fastest method for getting a count of unique colors in an image?
Hi all! I'm trying to do a bunch of stuff with indexed color tables, saving to gif, loading the colors in from the gif and going from there... the issue is that gif will pad the color table to powers...
View ArticleRun shell script from javascript
Hi all, anybody know if it's possible to run a shell command from within javascript? The ultimate goal is to place a javascript in the Scripts Menu of Photoshop that would run an applescript. I know...
View ArticleNeed a conditional script written that involves layer styles and...
I'm a freelance illustrator that utilizes layer styles extensively in my workflow. As the rasterization and implementation of a new layer style is constant and continual, I would like a way to...
View ArticleLayer Comps to JPG Save for Web
Hello everyone, I'm using the "Layer comp to files" script a lot to send some designs to clients. And sometimes I need to send a lot of JPGs at once, wich are created with "Layer comps to files", but...
View ArticleChange foreground color according to clipboard
Hi! Is there a way to change the foreground color according to the clipboard contents? In other words: let's say the clipboard contains ffdf00 (which is a yellow-ish color) How can I copy that...
View ArticleHow to read layer color
Hi, is there any way to read a color property of a Layer with JavaScript (the one that can be set together with layer visibility by right-clicking on the layer)? Main task is: I have a psd file with...
View ArticleHow can I retrieve the transform information on a layer
I am trying to retrieve the transformation information on a layer through script (for a smart object if it matters). I've been able to do it if there is a text layer attached, but I need to be able to...
View ArticlePSD file format - read linked layer
Hello all. I want to read .psd file on my program.I am using C#, in fact I am a Unity3D programmer and I want to read all layer information on my Unity Editor tool.My program can read all layers in...
View ArticlePS-Scripts.com temporarily suspended?
Hi,I've run into this page when trying to visit good old ps-scripts.com: Never seen anything similar over the years - has anyone some news about it?Thanks! Davide
View ArticleHow to script photoshop using C# .net 3.5
According to this: http://www.pcpix.com/Photoshop/ And this: http://lonerobot.net/?p=374 Script photoshop from .net code is an option. But, in .net 3.5 I can't find any COM assembly with the name:...
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 ArticleWhy is the Color Table invisible to actions/scripting? Work arounds?
Does anyone know why Adobe made the Color Table of an indexed file a black box to Actions and Scripting?I cannot figure out how to save or load an .act file via actions... Anything in that dialog...
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 Articlepreventing plugin dialog
I am trying to write a script to open a specific file format (.mxi) and process the file without user input. However this file format has a opening dialog to set up the bit depth of the image...
View ArticleIteration through activeDocument.layers array is very slow
Hi, I'm trying to build an array of all the currently visible layers in a document, and the only way I know how to do it is by iterating (using for or do loop method) app.activeDocument.layers however,...
View ArticleBatch bespoke crop
Hi, I'm trying to find a script to speed up one of the most time consuming areas of my workflow. Essentially, I have a collection of images containing products which are never in the same position. I...
View Article