Layer Comps To Files - Export error: Could not complete this operation. There...
I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the...
View Articleautomatically finding the center of gravity of a selection
Hello, I was wondering whether there's a way in PS or (even better) ExtendScript to automatically find the center of gravity of a selection?I am script processing hundreds of images, automatically...
View ArticleCan't Create Photoshop Extension
I tried following this tutorial: http://www.adobe.com/devnet/creativesuite/articles/a-short-guide-to-HTML5-extensions.html but I can't even get the Hello World extension to show up in Window >...
View ArticleHow to get Ruler Tool angle measurement
Good afternoon all,I'm struggling to find a way on how to use the angle displayed when tracing a line with the ruler tool.This is in order to amend a script that now uses as a condition the width of...
View Article(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 ArticleError 8800: General Photoshop error occurred....
Hi, i need some help with this error: Error 8800: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.-The command "Paste" is not currently...
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 a Droplet from JavaScript, rather than an action
Hello. I'm trying to get my head around the missing link of creating a Droplet from a JavaScript. Without involving actions is there a way?? Any help appreciated.
View ArticleNeed help to combine two scripts
Hi, I created two scripts and running 2 times for checking the files. One is for Print files and another for the web files. I tried to combine the both scripts to one script. But the combine script is...
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 Articlepre-scan
Hello Adobe community, I am trying to gauge the effort involved in writing a JavaScript to pre-scan/interrogate data in order establish BEFORE running the script whether there will be any likely...
View ArticleHow To Exit A Script?
Hello.I'm trying to write a script (My First) for Photoshop.I want to check a condition and if it's true to exit the script.The problem I can't find any place writing what is the "Exit" command in a...
View ArticleLayer Comps To Files - Export error: Could not complete this operation. There...
I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the...
View ArticleRegex: since no negative look behind, what is the best way ...
I have a great Photoshop scripting routine that uses regular expressions to find all of the parts of a string that are surrounded by underlines. Regex: /_([\s\S]*?)_/g Text: Match on _this_ and also...
View Articlecontact sheet ii.jsx cs6
BonjourImpossible de faire des planches contact toujours une erreur !
View ArticleJavaScript: Get color of a defined Pixel
Hi there,is it possible to pick the color of a pixel in my document using JavaScript?For example:app.activeDocument.pixel.getColor(x,y);I know this wouldn't work, but is there a chance to do something...
View ArticleHow to get the name and the path of the font used in photoshop (not...
I'm trying to get the real name of the font and the path, is there a "easy" way to do it ?i need to get the font file (*.ttf or *.otf) and copy to the same directory as the psd file, that's why...
View ArticleHow do I open Camera Raw in Photoshop using COM interop
Given the following code I get an COM error message saying: "An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dllAdditional information: Cannot open the...
View ArticleHow to Package and Distribute Scripts + Actions?
I'm already enjoying some success at distributing an interworking set of actions and scripts. BUT there are several barriers that I'm sure others have thought about solving, and I'd like to get an idea...
View ArticleExport layers to file script error in Photoshop CC
I need help with an issue. I also asked this in the general forum but was refered here to ask all of you amazingly talented scripting geniuses. My issue is with the Export Layers script that comes...
View Article