How can I edit a droplet for Photoshop 6?
How can I edit a droplet for Photoshop 6? The company hired somebody to set up the droplet years ago, and nobody remembers how it was set up. The computer that was used to save the files has crashed,...
View ArticleWhere download scripted tree pattern
I have the the latesr PS CC 2014.2.1 and I can't find the tree new patterns in PS. I can't find where to even download them. Any help would be appreciated thank You Dick
View ArticleLaunch external program (email with attachment)
Hi, maybe a simple question with a simple anwser With Authotkey (Windows) I can launch Thunderbird respectively opening a new e-mail with an attachment: Run, thunderbird.exe -compose...
View ArticleIs it possible to paste the copy content to the text item via script?
Hi All, I am looking into the solution of pasting the copied content (by cntrl + c) to the text item.Following is my scenario,- Have the text (copied from cntrl + c).- Now I want to create a text item...
View ArticleBatch Export Separate Layer with the same Background Layer , Please HELP
I have the code as below, it worked in order saving separate layer to JPG, but it didn't include a Background layer to the JPGs which were exported.Please help: I'd like all images exported has...
View ArticlePhotoshop document save on Mac throws Error : The document has not yet been...
Hi,I have a very simple script that would save the changes in a PS document. The script is as practically as mentioned below :if(app && app.activeDocument) { app.activeDocument.save();}...
View ArticleBatch replace smart objects
Hello, I have very minimal scripting knowledge, and every script I've found for this workflow is partial or results in "undefined". I am on a mac running Photoshop CC (latest update). This is what I...
View Articleaccessing the pixels' alpha values within a script (the "a" of rgba) when...
hi all, I need to evaluate/scan all pixels of a given PSD layer via a script. for accessing the R, G, B values I seached the script reference and found the RGBColor element as PropertiesProperty Value...
View Articleplease help me
var myDoc = activeDocument;var channels = myDoc.channels;var theNumber = 0;var i=0;for (var m = 0; m < channels.length; m++) { if (channels[m].kind == ChannelType.SPOTCOLOR) { theNumber++...
View ArticlePainting Process Documentation: Stamp Visible, Move to layer Set and hide
I like to capture my screen while painting and when I am done I make an animated GIF from these "process shots". I am trying to automatize the process and I have managed to come up with this which...
View ArticleHow do I find the font for a specific character in a textItem?
I'm writing a script that builds a font list for an open document. While I could have lookup the fonts for the file as a whole, my goal is to iterate over specific layerSets to build a font list from....
View ArticleScript to add keyboard shortcut to Tool Presets
So this may be an odd request right off the bat, because I know switcing tool presets can be recorded with an action, then bound to a "F-key" keyboard shortcut. But of course this isn't what I want....
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 ArticleRemote photoshop scripting over SSH
I'm trying to get AppleScript scripts to execute on a remote rendering server over SSH (using the osascript command line utility). However, whenever I try to do most anything, I get various Photoshop...
View ArticleAs a dynamic form elements on the form? And how to get their value
Hello to all I want to make a form that would be a granular user to choose from a specific list of values to be passed as a parameter. Here's a script, it creates what I need, but the names of the...
View ArticleCreating a photoshop action to save a batch of images as patterns
I am trying to use Photoshop actions to script about a thousand image files into PAT files. I am running into a problem with actions when it comes to defining a pattern. The program naturally selects...
View ArticleHow can i change brush type with script?
I can already set the width, size of it, but i cant find out how to change the type. Even script listener dont produce the needed code for it.
View ArticleCan you look up a Hard Drive name in Extendscript?
I'm running: alert(Folder.desktop.fsName) Which brings up: /usr/home/<<userName>>/Desktop I need it to bring up: <<hardDriveName>>/usr/home/<<userName>>/Desktop Ex....
View ArticleAdding date picture taken to multiple photos
Hi,I am a total novice in scripting, but I believe that there should be a way to create a batch script that reads the date taken information from a jpeg file and adds it as a stamp on all of the...
View ArticleHow to get the Pattern ID of pattern in pat file
Hi, I want a set of actions to be executed to an image. One of the action is to apply a pattern. I created a action in the hope that the new pattern can be selected before running the action. But the...
View Article