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 ArticleHow do I find the font for a specific character in a textItem?
I'm writing a script that builds a font list for an open document. While I could have lookup the fonts for the file as a whole, my goal is to iterate over specific layerSets to build a font list from....
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 ArticleHow to call the photoshop action file?
I need to know how to call the photoshop action file(*.atn) through javascript. Kindly advice me.
View Articlelayer group visibility toggle
With the help of this forum I obtained a script which toggles the visibility of a specific layer without selecting the layer. I would like to find out if the same functionality can be achieved for a...
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 ArticleHelp: need a script to merge all layers, even if there is only one layer
I am trying to build an action that includes "merge all layers" or "merge visible layers". However when I record that throught the actions tool (usung the layers panel flyout dialog), if a file being...
View ArticleUsing .js scripts to launch Photoshop
Hi I'm kind of new to this Photoshops scripts fieldand would like to write an external application (.NET based) that would be able to invoke the Photoshop application and run Photoshop .js scripts on...
View ArticleScript to Create Folders Using Photoshop Scripting Mac/Windows
Can anyone help me. I want to create a script to create folders and run the script in Photoshop. I am a real novice at scripting and I do not know if this can be done. Thanks
View ArticleDelete anchor point(s)
I see that the Script Listener doesn't pick this up; but is it possible to delete the currently selected anchor point (path) using Photoshop Scripting?
View ArticleBatch Crop & Straighten
A while ago a good chap helped me out by creating a script that prompted the user for a folder, then ran the Crop and Straighten Photos command on all images contained in the folder and saved the newly...
View ArticleHyperlink in the scripts's UI
Hi friends I was looking in the JavaScript Tools guide but did not find this information (or perhaps I missed it). Would it be possible to a statictext become a hyperlink? And a portion of a text in an...
View ArticleHow to find number of lines in the text content?
Hello All, I have a multi line text item. I want to know the number of lines in a text item? How can I do that? Note that every lines end with the shift+enter. Example,This is a sample.After line This...
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 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 ArticleExport Layers to Files (png) Trim - but doesn't trim? CS5
Hello I'm stumped! I'm using CS5.. I select 'trim' on a png 'Export Layers to Files' script, but instead the single layers are each exported onto the whole document size (which is much larger; but I...
View ArticleHow can I find stringIDToTypeID() argument?
Hi there, I can't not find stringIDToTypeID() argument in ADOBE PHOTOSHOP CS6 SCRIPTING GUIDE and ADOBE PHOTOSHOP JAVASCRIPT SCRIPTING REFERENCE.How can I find stringID list,like...
View ArticleScripting Layer Opacity change
Hello! I want to create a script that decreases current layer opacity by 5. Here's what I have now: app.activeDocument.activeLayer.opacity -= 5; The problem is, when I map the script to a hotkey and...
View ArticleHow to script photoshop using C# .net 3.5
According to this: http://www.pcpix.com/Photoshop/ And this: http://lonerobot.net/?p=374 Script photoshop from .net code is an option. But, in .net 3.5 I can't find any COM assembly with the name:...
View Article