Select all layers with the same name
I'm setting up a bunch of actions in PS Cs5 but I've hit a wall with the way photoshop selects layers by name.If I name two layers "example" and have an action that selects "example" it will only...
View ArticleBatch processing PDF to TIFF
Hello,I have about 1000 drawings in PDF format that I need to convert to B/W TIFF files. I thought I could easily do this in Photoshop (CS3) and then I hit a snag. In the Open form for the PDF there is...
View ArticleHide/Show specific layers
Hi, How can I Hide specific layers and then show one layer? Im making a pannel with configurator 4 to help me with some things. what I would like to do is, I have some layers and I want to show only...
View ArticleSave as png in different size and file name suffix.
Maybe someone can help me on this Photoshop script. I am working on a psd file with few layers in Photoshop CS6. I would like to save it to the png format. Below is my workflow.1) Drag and drop 01.psd...
View ArticleTrial or Time limited versions
Hi Is there any (simple) way to create a time limited version of a compiled script file? For example 30 days or 10 uses etc?If there's nothing built in does anyone know of any 3rd party solutions?...
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 ArticleMantain the same name with whitespace
I'm trying to make some batch operations on images. All works great, but I noticed that the image name are changed. When I save my image, if the name contains space, photoshop automatically convert...
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 Articletime of opening document
Hi, is there a property to read, at what time a document was opened.Target is to know how long it took to edit a document.File will be opened via the File - Open dialog, at that point no scripting...
View ArticleOne-click 'Save as jpeg' shortcut script please! - saved in the same folder
Hi, I've been re-directed here because I was told a script could solve my problems - but I have no scripting experience/knowledge/ability! Below is my original problem and post. I got as close as 2...
View ArticleExecute() command not working on Photoshop CC
This code works perfectly on CS6 but not on CC. Any ideas on how to solve it? var toGo = File(String("/Users/asouza/Documents/K3/test/test.log")); toGo.execute(); Thanks,Alex
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 ArticleAssociate Brush/Tool Preset with Layer
I know there's a way to do this via scriptinglistener, so I figured I'd post it here. Wondering if there's a way to select a brush or tool preset automatically whenever you select a layer. For...
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 ArticleGet file from ftp
Hi all, I looked on the forum for answers on that topic but didn't really find anything simple. I would like my Photoshop javascript to retrieve a specific image file from a ftp server before doing its...
View Articlecustom controls : How to force redraw ?
Hi, I'm playing with custom controls, this sample shows how to move squares in an image. The only way to force redraw I found is to hide then to show the control. Is there a nicer solution ?var...
View ArticleHow to batch process .png's
I tried Image Processing but it wont save .png's. Anyone know how to do this?
View Article