CS5.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 open the Open Dialog Window
Hello everyone!I'm new to scripting and this is probably an easy question but I'm trying to write a script that opens the Open Dialog Window. Basically I need to start the script in one active...
View ArticleSwatches name from color values
Hi all, How can we get the swatch name from its color value? I looked into the photoshop scripting APIs but couldn't find anything related to swatches. Thanks for any help..
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 ArticleCalculating width height in script
hi i want script for comparing all layers of psd with photo with its width and height ie one psd background is opened script will read the value of that psd's layer whether it is portraitor landscape...
View Articleload liquify interface
I have not been able to create an action that launches the liquify interface.Can this be achieves with a script?The idea is when the document opens the liquify interface is automatically launches....
View ArticleWhat are some common performance tips for ExtendScript?
Are there any common tips (read: design patterns) that would help the performance of a long-running script? I mean, without a specific case, some general tips. For example, when looping over layers,...
View Articlebridge save file shortcut
I need to create a custom shortcut to save a file to specific location.Can some one give an example of the javascript syntax required to crete a scriptto save a file/files (from a BR collection) to a...
View ArticleBatch Export Separate Layer with the same Background Layer , Please HELP
I have the code as below, it worked in order saving separate layer to JPG, but it didn't include a Background layer to the JPGs which were exported.Please help: I'd like all images exported has...
View ArticleEdittext onChange has undefined value?
I'm trying to add validation to my edittext controls. I need to make sure they are always numeric values. I've seen a number of posts indicating various methods for accomplishing this, but my...
View ArticleHow to get the style of a layer using photoshop scripting ??
As I know there is a method ApplyStyle(string) which is uesd to apply the specified style to a layer. But I really don't know how to get the style name of a layer ? Anyone who knows? Please help me!...
View ArticleExport layers to file script error in Photoshop CC
I need help with an issue. I also asked this in the general forum but was refered here to ask all of you amazingly talented scripting geniuses. My issue is with the Export Layers script that comes...
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 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 ArticleSaving batch of images down to multiple resolutions?
Something I've been running into but have no idea how to actually have Photoshop do this. When I get high res images from a client, we save them down to medium res and low res. To do this currently, I...
View ArticleCOM Reference in CS5 Missing
Does any body know what happened to the COM reference in visual studio 2008 for photoshop CS5, i just installed and my CS4 COM vanished and now there is no COM reference for photoshop CS5.
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 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 ArticleGet layer style parameters?
How is it possible to set and get layer style parameters? For example read out stroke size, shadow distance, etc...
View ArticleSwitch Layers Script Question
Hi I have a small script here which someone from these forums posted not too long ago... was it Noel? Either way, this script is fantastic and brings up a sub-menu to switch documents. When the menu...
View Article