Help! Again
I received the best help here a couple of weeks ago and I'm back with a similar question. I'm printing dog tags that are 1 x 2. Originally they had numbers in sequence that I was printing on the back,...
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 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 ArticleHow can I iterate through a range of parameter/values within a filter (using...
Using ExtendScript, I am able to find out the names of the filters and their various parameters: var idAdNs = charIDToTypeID( "AdNs" ); var desc49 = new ActionDescriptor(); var idDstr =...
View ArticleIs it possible to get C++ code through script listener?
I want C++ code through or any suggestion to call javascript to be called from c++
View Articlehow to communicate between ExtendScript and Generator-core
I am running a separate node server as described in this tutorial to create a plugin with generator-core. http://tomkrcha.com/?p=3896 I am in a situation where I need to send a lot of JS to photoshop...
View ArticleExpand / collapse a group via JavaScript?
I work with a lot of groups (layersets) that contain content that clutters the screen. It would be great to use some ExtendScript command to collapse groups (similar to pressing the triangle next to...
View ArticleNeed help cleaning up a script and adding loop
I have the following script that I pieced together that basically takes the selected layer, gets its name, makes a text object with that name and then places it in a specific place using the original...
View ArticleI need a special script for resizing
Hey - i am trying to resize lots of pictures by a special system. These are pictures of objektes and the dimension of the pictures are exactly the one the the object. E.g. I have got a foto of ring...
View Articlecomprehensive tutorial about "ActionReference,ActionDescriptor,putEnumerated……"
I only know some basic method about 'executeAction'/'ActionDescriptor'/'ActionReference',But ,I hav't found any comprehensive tutorial about "ActionReference,ActionDescriptor,putEnumerated……"
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 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 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 ArticleRead Meta data from file - used lens
Hello, how can i read the info which lens was used for the meta data. I don´t find anything.The other information form the efix data are no problem. Thanks for helpingRainer
View ArticleNeed to add collum in photoshop script
Hi Team, Please see the above attached file. I have a code for List Box. But i need to add column like above screen grab. var dlg ="dialog{text:'Script...
View ArticleHTML5 tabbed extension panel
Hi guys, I'm learning about html5 extension panels, since... you know - with Configurator life was easy.... anyway, I was trying to find example and how-to make panel which allows me to have several...
View ArticleRunning Script From Action Is Very Slow
I have created an Action which creates a series of Luminosity Masks as individual Channels. The action takes about 2 seconds to complete when run from the actions pallet. I then took the information...
View ArticleError 8800
I'm getting error 8800 while trying to run a script "The parameters for command make are not currently valid" Line 98
View ArticleCC 2015
Hi I am using Photoshop CC 2015 & am wanting to swap faces using auto-blend however it doesn't work & I get a message that says "The parameter for command "trim" are not currently valid. Then...
View ArticleInstalling Extension With Davide Barranca's Install Script
Davide Barranca has created a javascript that bypasses Adobe Extension Manager and allows you to create a script that installs extensions, scripts, ect. GO HERE for it. My question is, I have two...
View Article