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 Articleload files to stack with out file extention as part of layer name
Ok so as the title says i'm trying to figure out how to modify the "Load Files to Stack..." script so that it doesn't put the file extention as part of the layer name. it makes it a pain to have to go...
View ArticlePhotoshop CC - Mac: Open-window ALWAYS open in LEFT CORNER
I work on a 30" Apple Cinema display. After all the years of using Photoshop, one thing that always annoys me. Why does each new item that I open ALWAYS open in the left corner? Is there a...
View ArticleMake lasso the active tool trough javascript
Hello, ok, i know almost nothing about javascript but i am trying to collect some javascripts from the net to use as actions. i am using some scripts in photoshop as actions. What i want to do is use...
View Articletoggle layer visibility
Hello,I need one keyboard shortcut that toggles visibility of one of layers.I paint and need to toggle on and off one layer below (layer with a reference picture, not one i paint on). with a shortcut...
View Articlecanvas size with backgroundcolor
Hi, this part of my script defines and set a new background colorthere-after the canvas size of image is extended var warmgrey = new SolidColor();warmgrey.rgb.red = 251;warmgrey.rgb.green =...
View ArticleSelective blurring
I have these two selections B and C which added together make one continuous space (image1 ). Is it possible having these two selections to create "invisible" borders (image2 - 2nr.) so if we blur...
View ArticleScript for deleting Hidden Layers which are not used in any Layer Comp?
Hello. I've turend the web upside down searching for a script that would do the following: Search through all the layer comps in the documentCheck which layers are hidden on all Layer CompsRemove/mark...
View ArticleA script for "Save for Web" as .jpg
I found a script that saves the current selected document in Photoshop as .png to the Desktop, and use it all the time. function main() { // declare local variables var doc =...
View Articlehow to create a group using photoshop scripting?
Hey guys,I can create a layer easily by the below code. but how can i create a group that contain more than one layer. var docRef = app.documents.add();var myLayer = docRef.artLayers.add();
View ArticleScript to Create Folders Using Photoshop Scripting Mac/Windows
Can anyone help me. I want to create a script to create folders and run the script in Photoshop. I am a real novice at scripting and I do not know if this can be done. Thanks
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 ArticleImage Processor Pro v3.0 beta available
The beta for the next rev of Image Processor Pro is now available and can be found here:sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/Betas/. For questions, support, etc... contact...
View ArticleSave As: Repeatedly lowering JPEG quality
Hello! My knowledge of Photoshop Scripting is basically zero, but I'm looking for a way to basically replicate these effects: Effect of repeated JPEG compression on image quality and content –...
View ArticleRename Layers: Find and Replace style renaming
In Illustrator, you can use the following to find and replace layer names: var doc = app.activeDocument; // name indexed object var layernames = { 'Bob':'Bob Front'}; // loop through all layers...
View ArticleError 1220: Illegal Argument, please help!
Hey, The script I'm trying to write is fairly simple. I'm just at the beginning stages and I've hit this bug that I haven't been able to resolve. Whenever I run my program, I get a Error 1220 at the...
View ArticleUsing mouse wheel to zoom and pan
I was wondering if there would be a way to make a javascript that would load at Photoshop's startup that would allow the user to zoom in and out using the mouse wheel (instead of using it for...
View ArticleApplescript, crop based on selection without deleting pixels
I'm trying to crop the image in the same way you would in photoshop.You select the area with the marquee then select the crop tool, this then has the tick box to crop without deleting the pixels.How...
View Articleaction stop after 30 min run
I run a simple shadow action, but after it is running for 30 min the Photoshop just crashed and there is nothing in the log file. The action in this period adjust 2298 items. Is the any limitation or...
View ArticleApplescript Photoshop batch
Hello ! I'm trying to make an applescript that will run a batch procedure in photoshop and I don't know how to write its code. Let me show my script : setpasta_eventotochoose folderwith prompt...
View Article