Watch Folder
Hello, Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder. I need to automate the...
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 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 ArticlePhotoshop scripting, export to png?
I use the following code: function SavePNG(saveFile){ var opts = new ExportOptionsSaveForWeb(); opts.format = SaveDocumentType.PNG; opts.PNGB = true; opts.quality = 100; pngFile = new...
View ArticleHow to open a file in Photoshop with javascript
HI! I want to open a file/image with a button click in an extension, in photoshop >> javascript. Possibly with relative path to the extension file (it have to work on several different...
View Articlehow to convert pixels in mm ?
Hello everybody!I'm making a tool in which the user specifies the size of the frame, I want to give him the opportunity to choose between units of measurement. How do I convert one unit to another?...
View Article[ANN] Release of Poster Effect Gallery 1.0
FYI, I just released version 1.0 of the open-source script Poster Effect Gallery for Photoshop CS4 or later.It applies on an existing RGB image a preset color posterization effect, made of a stack of...
View ArticleThe parameters for command ?Save? are not currently valid
Mac OS X Server - 10.6.7Photoshop Version - CS3 10.0 While trying to open and save any file programatically Photoshop is resulting in an error as shown below CommandError 8800: General Photoshop error...
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 ArticleNeed a script to batch automate "Crop & Straighten"
So I have a few hundred image files that consist of 3 or 4 scanned photos also called "gang" scanned. The photoshop "Crop & Straighten" ability (located under File-->Automate) is great...But I...
View ArticleFind and replace text in multiple Photoshop files?
Hi there, Let us say I have six Photoshop files: 1.psd, 2.psd, ..., 6.psd. All of these files contain the word “LoremIpsum” in random text layers, within each document. Is there a way I can search for...
View ArticleHow to insert EXIF date time data on photo using Photoshop CS5.5
Is there any script or function available in photoshop CS5.5 which can help me in inserting date time from EXIF onto the photograph.An automated solution which can do multiple images at once will be...
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View Articlerename background layer to file name and move to top
I need a script that I can run at the end of an action to rename the Background layer to the file name and move it to the top of all layers and hide visibility. This is what I want the final document...
View ArticleIs there a command to script Content Aware scale (not actions, but actual...
HI all,I am looking for a way to introduce content aware scale in a script. I am not looking for an Action, but a coded script. is there a command to trigger content aware SCALE inside a script ? Thank...
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 ArticleEdit IPTC Extension metadata in Photoshop script
Hi, I'm using a droplet which based on a script will rename my pictures.I would like to save the original file name in the Supplier's Image ID metadata if possible. Can I do that only in Photoshop...
View ArticleWould like to automate open stacks as layers + run action. Possible with...
I would like to automate part of my workflow that involves opening stacked images as layers in Ps CS5 and running an PS action that composites the layers and processes the image. Something similar to...
View ArticleNew update CC2015 error
Hi,after updated Photoshop to new CC2015.1 my Image Panel button isn´t functional.In CC2014 and CC2015, when I pressed one of this below Images one script was runing but now, in CC2015.1, script dont...
View ArticleCenter palette window on screen?
Is there a way to have a palette display in the center of a users screen? Displaying a dialog like this does it just fine: var w = new Window("dialog", "test", undefined); w.show() However, if I then...
View Article