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 ArticlePhotoshop Actions and Batch Processing Snafu
Good Day,I need to batch process thousands of files, the end result being their dimensions should be no larger than 200x200px. My problem lies that I need to rotate the portrait-oriented files to a...
View ArticleConditional Image Resizing
Hi Ive been using batch processing in photoshop since version 7, however Ive recently found the need to do conditional actions - which apparently can be done with photoshop scripting. What Im trying to...
View ArticleAbout progress bar and Photoshop
I have been reading a lot about how to make a progress bar in photoshop (scripting) and my conclusion is that it is not worthy. The only way to make a progress bar is by using Palette window but...
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 ArticlePhotoshop open multiple image and add different texts
Hi All, Hope you are all doing great. I just started doing photoshop scripting due to the requirement which I will mention in detail below. My scripting is knowledge is very basic so I was hoping you...
View ArticleIntermediate responses ?
Hi everyone!I have a javascript project which is working fine, but now I need to use BridgeTalk to send intermediate responses (Just 1 bt.send(); and X bt.sendResult() back). I have read the...
View ArticleHelp with large .psb 64-layer file
Hi All, I'm hoping someone here can help me with this! I have a large 64-layer .psb, with each layer visible, the result looking like a 64-box matrix (or chessboard). Each layer has a high resolution...
View ArticleCS6 png save options
I've got a major script I use that performs .png saving every few seconds, but apparently there are some new compression options in CS6. Is there a way for me to have the script use the "Smallest /...
View ArticleCannot open a file by Applescript
With Photoshop CS6, I am getting an error trying to open a file. This breaks a few of my scripts which continue to work with CS5. This code, copied almost exactly from the CS6 Applescript Reference,...
View ArticleWill KillWhite run on Photoshop CS6 64-bit?
So - now that I am in need of what looks like just the most perfect and amazing solution... am stymied about getting it to work with CS6 Photoshop Extended (64-bit) - what am I missing?When I run the...
View ArticleHelp on Generator event
Hi everyone. Has anyone played with Generator scripts? I have no idea where to look for help: except for several tutorials on Tom Krcha's website I can't find any documentation. What I'm trying to do...
View Articleautomate save with adding a number
Hy all, this is the situation: I have got a psd file. I want this file to be saved automatically as Documentname1.png while it originally is Documentname.psd. The script doesn't have to ask what number...
View ArticleHow to batch process .png's
I tried Image Processing but it wont save .png's. Anyone know how to do this?
View ArticleResize Layer with action but not in %
Hi,if i register an action to resize a layer in inches or in pixel, the action will be registered only in %.So if i would like to resize many layer with different dimensions, i can't have all in the...
View ArticleSave in file location?
Hey all. I'm really confident with actions, but new to scripting. I'm looking write something to 'save as' a file into the open file's location. So whatever file I'm working on, when I run the action...
View ArticleExport only a single layer as image without hiding other layers?
I know I can just make only one layer visible and then save as e.g. PNG. But my question is - do I have to make all other layers invisibile in order to save only my one single layer as image? Or is...
View ArticleGetting old font size value of text after image resizing.
Hi all, I write the script of getting font size of the text layer. I am getting old font size after image resizing. Following are the steps:- I write the function to get the property of selected text...
View ArticleHow to check the layer's color?
I want to check the layer's color in the photoshop script (javascript). I'm writing a file exporter and I want to do one thing or another depending on the layer's color.
View ArticleHow to save layers with cropping?
I want to export layers to files (basically what "Export Layers To Files.jsx" does) but with cropping each layer (to different sizes). I know how to crop a document from script, but that also crops all...
View Article