User Pressed Cancel
This script opens the High Pass sharpen dialog waiting for the user to enter a radius etc. How could I modify this to include close the dialog if they pressed Cancel function step1(enabled,...
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 Articlepsdom
I'm beginning in scripting using ps-dom. What I want is to create a new document, that is 120x200, followed by adding another layer to the current document. The following code isn't working ? var...
View Articlechange white color to grey
//opening a file var fileRef = File("D:/EL20427_02.jpg") ;var docRef = app.open(fileRef) ; var docWidth = docRef.width; var docHeight = docRef.height; var xPos = 0; var yPos = 0; // Create a color to...
View ArticlePhotoshop missing in Object Model Viewer (ExtendScript ToolKit CC) after...
After installing Adobe Photoshop CC 2015 (32 Bit) on Windows 7, the entries for Photoshop in the Object Model Viewer (OMV) were missing.I checked couple of properties before updating to CC 2015 – so...
View ArticleScript UI dialogs not displaying correctly on any Photoshop version older...
Hello, I've written a script to display a dialog with a list of buttons as options. Having tested this on my computer at home and work (both of which have the latest version of Photoshop CC 2015...
View Articlehow to select a color with some allowed tolerance. For example for white...
how to select a color with some allowed tolerance. For example for white color range can be 250 to 255 for each color in RGB
View Articlehow to run a script for all the images in a folder?
how to run a script for all the images in a folder?
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 ArticleStack images shot within 10 seconds of each other in Bridge (like lightroom)
I shoot about 1000 pictures a day and Bridge takes 10-15 minutes to analyze and put them into stacks (and even then, it misses some). Is it possible to write a script that just stacked every image...
View ArticleFeat. Request: Add ES6 support to the ExtendScript Language
Hi,I've added this feature request to the Photoshop Feedback website: [PS Scripting] ExtendScript support for ECMAScript 6th version TL;DR;ExtendScript is compliant to ECMAScript 3, the rest of the...
View Articlescript for "Open Recent"
Looking for a script that will open the most recent item from the "Open Recent" list? This smart fellow made this script that lets you open a selection from the Open Recent...
View ArticleHow to get the result of "Layer - Copy CSS" using script?
I'm working on a tool which converts a simple PSD file into HTML.I'd like to use 2 layers to convert the text:- A text layer to generate the text for HTML and font info for CSS;- An optional shape...
View ArticleHow can you automate BlendMode.LINEARDODGE on a 32bits/Channel image?
Hello everyone, I have a stack of rendered images that came from a cg package that i'd like to create some automation for via layer blending. The images are currently 32bits/Channel (think of them as...
View ArticleAction & Droplet "save as" vs "save as web" not working - Possible bug?
Before I state the issue, I am running the latest updates and have tried this in Photoshop CS4 & CS5.I believe this is a bug in Photoshop, unless someone can get this Action & droplet to work...
View ArticleHow does JavaScript handle spaces in a directory path for saveAs statement?
Greetings, Below is a function I wrote that is supposed to save a file out as a jpeg to a specific subfolder on my machine. The directory path has several spaces and it's causing the function to fail....
View ArticlePhotoshop list actions with script
Is there any way to list get all the Actions-scripts with a script?I am using generate-core to talk to photoshop.
View ArticleBuild Layers tree
Hi,I've been asked to retrieve the Layers' bounds in a document - which is somehow easy also because there already are few examples in the forums.The fastest approach uses ActionManager (AM) to get the...
View ArticleCreate strip from image sequence
I need a script or action, or droplet or something that will take a folder of images and create One Image strip from it. Basically I have animations I have rendered out as frames that I need to put in...
View ArticleI am selecting a part of image using Document.selection... how can I get...
I am selecting a part of image using Document.selection...how can I get height and width of selected part?
View Article