Image 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 ArticleCS5.5 (MAC) script to fix random dots in lineart scans
Hello there. In my line of work, I often have to scan text only documents to print offset. The majority of the scans are clean but ultimately there will be random dots which need to be tidied up. I am...
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
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 ArticlePS script that emails after completion?
Hello, I have this script it's suppose to mail the PS document: Header 1var mailServer = "mail_Server_name"; var mailAddress = "E-Mail-Address"; var mailTitle = "Results of script";var mailText =...
View ArticleHow to manipulate layer masks in ExtendScript?
I'm referencing this previous discussion (circa 2008, 4 years ago) regarding layer mask manipulation in ExtendScript:http://forums.adobe.com/message/1890037#1890037 1. Is this still the only way to...
View ArticleAdditional scripted patterns
Hi all, I am the developer of the Deco scripting engine that is used to create scripted patterns in Photoshop CS6. I would like to continue the interesting discussions and exchange of patterns and...
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 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 ArticleBug with Liquify in CC 2014 - Actions/Scripts
I am trying to open the Liquify filter from either a script or action, but it only works if I first have a mesh. var idLqFy = charIDToTypeID( "LqFy" );executeAction( idLqFy, undefined, DialogModes.ALL...
View ArticleHow can get and set x , y position of opend image ?
Hi, I used photoshop scripting in back end.I am using javascript. Here i do following step for image adding in layer.1. Create main window for save psd file.2. Create new layer in this window i.e....
View ArticleUsing PhotoShop Action/Scripts in command line
Hello everyone, I am working on a project that needs to run PhotoShop's script/action on a folder everyday. It needs to be done automatically without no user interaction. Ideally, I would create 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 ArticleChanging text with Applescript changes font attributes
I've been working up a multistep Applescript (which I'm learning as I go) to change up a bunch of files in Photoshop CC. The last part involves changing the contents of an existing text layer (with...
View ArticleLogo with percent size compared with the image
Hello everyone I want to ask if there is any way to make a script that place a logo AND the size of that logo has a specific percent size (lets say 10%)compared with the one of the two axis of the...
View ArticleAction scripts to save as with layer name
I need to write an action script to turn on a layer and then Save As or Save for the Web and have it automatically name the file by adding the visible layer name to the end of the file name. Is this...
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 ArticleHow to add an art layer posterize levels 50 with javascript?
Hello, I need a javascript to create a new art layer posterize in order to reduce the weight of my png. But my javascript command does'nt work: var LayerISO =...
View ArticleClosing a document within Javascript.
I'm new here and new to javascripting in photoshop (though not new to javascript).I've been trying to figure out how to do the equivalent of either the "File>Close" or the "File>Close All" menu...
View ArticlePS Script - Change Layer Color
This Is My First Post Here, So Hello Everyone,Hope I Am Posting In The Right Section, I Have A Photoshop File Which Looks Like Shown Above.. The Text 1 2 3 ...15 Are Different Layers..And The Boxes...
View Article