Move files from one folder to another javascript?
I am running a 3-action droplet automatically using windows task scheduler. Here are the 3 steps:1. Batch file to move files from hot folder to processing folder2. Run IPP (dr brown's image...
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 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 ArticleLoad Group As A Selection?
Howdy everyone, So I work with groups. A lot. And I just was thinking how totally kool (and helpful, of course) it would be to Ctrl+click them to a selection, a la a regular layer or smart object. Is...
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 ArticleMoving Layer To Top
Can anyone help with the following. I want to be able to count the total number of layers in the document and move the active layer to the top of the stack. Using this code from Davide is ok but it...
View ArticleNeed someone to update or create script: "Snap to pixel grid"
Hi,Before I start I want to say that I don't understand any code at all.I have a script that torn check and uncheck the commend "Snap vector Tools and Transforms to pixel Grid" ( "Preference...
View ArticleScript request for toggling visibility of multiple layers using regex
Hello, I have done a ton of search, trail / error, and finally need to reach out for assistance. I am attempting to create a PS script that toggles visibility of layers AND groups based on a regular...
View ArticleMoving groups inside other groups
Seems really basic, but keep having problems moving a group inside another group (tested CC 2014 and 2015). So following code throws an illegal argument error at the .move-line (I've also tried other...
View ArticleCall Save As Dialog CC 2015
I want to call the Save As menu command so it opens the Save As windowThe Script Listener outputs the following but when executed in ExtendToolkit, I get an error saying this funcionality may not be...
View ArticleHow to move activeDocument's position in app.documents[]
Hello, Is there a way to move the current document's position in the app.documents array? I've got this function that will transfer part of an image's name (in this case an ID number) from one to the...
View ArticleHow to "change" resolution from DPI to l/cm?
Hi Adobe community, right now I am transferring a huge and slow photoshop action to a javascript cause I needed some kind of dynamic variable an action couldn't offer. And on the other hand: a script...
View Articlehow to script Export Layers to Files @300dpi with no added numbers/char to...
Back when I was using CS6 I was able to modify the included script "export layers to files" so that I could save a layered document out as a compressed .png with a resolution of 300 dpi rather than 72...
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 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 Articleapp.open() is not a function
HeyWin7/PS2014x64 At one point recently these scripts worked. Ive changed other things in the file (there are no clashes for the name "app") but not these functions.When I did a test the first time...
View ArticleHow 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 ArticleScripting SaveForWeb via JS
Hi folks, I´m trying to use Adobes JS API to export an open document in different versions / settingsvia SaveForWeb in PS 2014 (2014.2.2 20141204.r.310) :- one "progressive"- one "optimized"- one...
View ArticleSet animation frame duration with scripting
From within PS, I want to be able to create animation frames from layers and then set the frame duration (frame delay) This is what I have so far: var frametime = 1.0 // 1 sec /frame // create...
View ArticleHow do I replace smart object with data-driven graphic variable in Photoshop...
Hi, here's a screenshot of my problem: http://imgur.com/wLsRbrZ Basically I can't define the smart object which is the pillow design layer as a graphic variable to apply multiple design picture on it,...
View Article