Action & Droplet "save as" vs "save as web" not working - Possible bug?
Before I state the issue, I am running the latest updates and have tried this in Photoshop CS4 & CS5.I believe this is a bug in Photoshop, unless someone can get this Action & droplet to work...
View ArticleMove 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 ArticleScript progression caught on Layer Group Parent
I have this code to progress down a doc and offset - it gets caught on Group Folders - the LayerSet Parent Node. Anyone have an idea how to rephrase this - to get it to progress past the layer group...
View ArticleBug in layer resize.
I reported a bug today I feel could do some nasty thing to document when you use resize() to re-size a layer. Particularly if you have used suspend history. It looks like resize for some unknown...
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 ArticleScripting drop shadow issue with "Linear" term
I have found an issue while applying a drow shadow. Depending on the language set for Photoshop I have to use, at line 61 by taking the code from Scripting listener: desc13.putString( idNm,...
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 ArticleHow do I add an export to jpeg function to this batch Photomerge script?
Hi, I have got my hands on a Photoshop script which will run batches of photos through photomerge and then save to a psd or psb with the name in the original folder, whereas what I really need it to do...
View ArticleCount lines in a paragraph
I'm finally stacked with the last portion of the script and have to ask you guys. Task:I'm reading 2 bits of information from the text file, title and description. And placing those to the document,...
View Articlextools v2.2 beta released
You can find the 2.2 beta here:ps-scripts - Browse /xtools/v2.2betas at SourceForge.nethttps://sourceforge.net/project/ps-scr ... v2.2betas/ Here are the most recent changes: Current 2.2b1 Added fix...
View ArticleRun script based on pixel location?
Is it possible for a script/Action to execute based on the coordinates of a pixels location, on a transparent layer? Another words.. If a pixel is in coordinate X, run Script X,.. If its in coordinate...
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 ArticleHow to batch process .png's
I tried Image Processing but it wont save .png's. Anyone know how to do this?
View ArticleDid CC 2014.2 break textItem.size?
Scripts that worked before the update are now broken, and text layers created via script are all 12px. See this simple script: var docRef = activeDocument; var TextLabel = docRef.artLayers.add();...
View Article[ActionManager] Move layer - what's the 'version' integer?
Hi,the (cleaned) ScriptingListener output for a moved layer is: function s2t(s) { return app.stringIDToTypeID(s); }; var d1 = new ActionDescriptor(); var r1 = new ActionReference(); var r2 = new...
View Articlephotoshop scripting output
Is there a console or log for output from script events? I tried making a function, which executes an alert correctly, but doesn't create a new document. I can't find any way to see if this syntax is...
View ArticlePhotoshop Scripting as an api?
Hey there! I am looking at a way of turning a photoshop script into a web service? I want to be able to hit an api endpoint with an image and have it return the image after a bunch of pre-defined...
View ArticleFill color of shapes in layer
How can i fill the color (solid) of shapes within an layer? For now I got: function getLayer(name){ return app.activeDocument.layers.getByName(name);}function fillSelection(hex){ var layer =...
View Articleopen eps files in Photoshop
Is it possible to avoid the dialog box 'Rasterize Generic EPS format' while opening eps file in Photoshop. I wanted to run the batch process on a set of eps files for converting to GIF. Whenver the eps...
View ArticleHow to Package and Distribute Scripts + Actions?
I'm already enjoying some success at distributing an interworking set of actions and scripts. BUT there are several barriers that I'm sure others have thought about solving, and I'd like to get an idea...
View Article