One-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 ArticleSaving multiple images at one time to a different folder
Is there a script available that can save multiple pictures upon completion of editing to a different output folder of my choice other than the source folder all at the same time? Example I open 11...
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 ArticleData Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
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 ArticleExpand/Contract Layer Groups
So I spent the evening researching a way to expand/contract a layer group.. normally we have to click on the small triangle icon that appears before the layer name in the layers panel to expand the...
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 ArticlePossible to add 1,2,..,N different buttons on conditional array length?
I have an array with 1, 2 , or more elements I want to open an UI dialog with buttons as many as my Array length. AND I want to be able to personalise every single function() onClick for each single...
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 ArticleSelect 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 ArticleWill scripting be supported in the future?
Regarding the changes to be made next year for extensions support in the new Photoshop CC versions I must decide how to continue development of Photoshop tools, therefore I would like to know if, at...
View ArticleCollaborative code sharing (PS Scripting & GitHub)
Hi,I’d like to invite you fellow developers - ExtendScript, Flex/HTML Panels, Generator - to read this Open Letter about the PS Devs Community’s health, prospects and a project proposal for...
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 select and paint the triangle?
I want to make an imitation cutout mat.Created and filled two colors 4 rectangular areas - sections mat. Now you need to fill in the corners. I can calculate pixel by pixel rows and fill them, but it...
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 ArticleSelect/Change Certain Color
Hello, I have been scripting in various Adobe products for a while but I am simply stumped on this one. I have a series of PNG files that consist of various shapes. The shapes are solid black and the...
View Articledetermine the number of pages of a pdf before any operations on it
Do any of You know how to determine the number of pages of a pdf-file (selected with the openDialog for example)?Somehow I fail to grasp how to achieve that any way short of actually...
View Articlemultiple guide sets
In another thread a poster asked about multiple guide sets: http://forums.adobe.com/message/4062904#4062904 It would seem that this should be fairly simple to achieve with writing guides’ properties...
View Article