textItem.justification cannot be accessed for all text layers
I am trying to access the justification and kind of all text layers using below sample script in Photoshop CC 2019. doc = app.activeDocument.duplicate(); for(var i = 0; i < doc.layers.length;...
View ArticleMerging transparent image and backgrounds in batch
I'm amazed at the talent in this forum. Hope someone can help me out I have one folder with thousands of transparent png files. I have a second folder with hundreds of background images. I'm looking...
View ArticleMerge to HDR Pro from Bridge not working
I'm using Photoshop CC 2019 and Bridge CC 2019 on a mac running Mojave. None of the Photoshop scripts under Tools>Photoshop are working, The message is that "Merge to HRD Pro.jsx cannot be found. A...
View ArticleRepeating Actions X times
Hello! I just need a script to repeat my action X times (about 300-1500 times).All of my searching don't give much result. =( Can somebody send it to me? Thank you!
View ArticleRun script by clicking a button
Hey, I'm a total newbie in javascript, so please be kind. So there are 3 Buttons and I want every Button to run a different external script file . I have this as UI Panel : var dialog = new...
View ArticleChange color of some parts of the text in text layer with Photoshop script.
Hello everyone.I have some problem with my script.I want to change color of some text in text layer.for example: I am going to Adobehere I want to change color of "Adobe" to red or anyone I...
View Article