PS 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 ArticleUsing getFiles() to run quicker: avoiding cleaning for() and getting the...
Many times i have collected files form a folder using no mask or a file mask like this:.getFiles() // gets all (also hidden files).getFiles('*.jpg') >> all inner jpgs.getFiles( /\.(DNG?|CR2?)$/i...
View ArticleScript to save opened layers and rename them sequentially
Hello everyone,I have a psd file on cc version opened with more than 100 pictures as layers one above the other.Is there a script able to do this:save for websave as jpeg 80% qualitysave as...
View ArticleHow do you remove the number sequence when exporting layer comps to files?...
Hi I remember in CS5 there was a script you could change, but I can't remember what it was called or where it was saved. Can anyone help please? I would like to stop Photoshop automatically adding a...
View ArticleHow to attach a UI dialog to a script?
I use a custom script to batch process files into photoshop layers.Every time I run the script I have to manually edit the folder path in the script to save the new images in a new folder. Can a UI...
View ArticleHow do I make a loader image similar to those shown at program opening?
I'm looking to build a loader image, that opens up at the start of my script, and automatically closes after a few seconds. I opened up the image processor script to see how Adobe has added images to...
View ArticleCan you play a sound using a script in Photoshop?
I'd like to play an audio alert once my script finishes running, I looked up some options online, but I can only find reference to how to play sound using javascript and html5.
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 Articleproblem size font on photoshop cc script add name on picture
no problem on cs6 when i run this script on cs6 / add document name in text layer script; #target photoshop if (app.documents.length > 0) { var myDocument = app.activeDocument; var...
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 ArticleScripted Warp (transform)
The script listener picks up a warped transform, but I can't get it to play back when written as a function.Am I missing something or is this just a limitation of CS2?
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 ArticleHow to Horizontally attribute any layers
How to Horizontally attribute any layers with scripting
View Articletime constrain alert/alarm
I am working with a time constrain of 10 minutes per photoshop file.I work with several open documents at once,Is there a way to assign a photoshop alert or alarm to the active document to signal the...
View ArticleAdd File Name to HTML in Caption
Hello everyone ... I am definitely a rookie when it comes to photoshop scripts, so I would really appreciate any help on this matter. Basically, I have a paypal shopping cart setup through my website...
View ArticleHow to copy filename and paste as text in Photoshop
I have about 1500 files each with a unique filename. For each image I want to copy that individual filename and paste it into the document as a text layer at a certain location say .25 inches from the...
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 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 Articleforum access 10.20.14
Did anyone experience difficulties accessing the forum yesterday 10/20/14 in the evening PST?When trying to access the forum I encountered the following web page.I wasn't sure if this was a legitimate...
View ArticleChange the default name Alpha 1 via script
The code line below saves the selection as Alpha 1.Is it possible to add a custom name to the selection? app.activeDocument.selection.store(app.activeDocument.channels.add())
View Article