Find 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 ArticleHas anyone made a script to batch import 2d and batch convert and batch...
Im looking to batch import like 4000 images and convert them into 3d objects, but I'm not sure how i would script that to work in Photoshop. Do you think photoshop can handle that many operations?
View Articlecan someone help me? I need a script code for Photoshop cs 6, that mirror all...
I need a code script that mirror every layer in a group please!
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 ArticleHow to batch process .png's
I tried Image Processing but it wont save .png's. Anyone know how to do this?
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 ArticleI can't get Photoshop CS6 startup script to works ?
Hi! I'm trying to get a script to execute each time photoshop cs6 is started. I've tried to put it in that folder ( Photoshop-CS6-Scripting-Guide.pdf page 10) C:\Program Files\Common...
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 ArticlePrint Shop Needing Some Help
Here's our dilemma... we occasionally print some flyers & business cards in house and we repeatedly having to create a layout of each file on an 11x17 document prior to printing. So here's my...
View ArticleData Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
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 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 ArticleDoes file.rename() require the file to be open on apple platform?
The Following is for users to be able to pick a csv file , and rename images in a directory based on contents in the csv.But file.rename() fails on apple platform but on windows it works without files...
View ArticleBatch process RAW exposures, please help!
Hello, I'm new to photoshop scripting for windows, and I was wondering if anyone knew how to batch process a folder of raw files, change the the raw's exposure, and save as jpg to another folder, based...
View ArticleCreate a script to save multiple groups into seperate png files
Hello, I want to use a script to save every group I made into a '.PNG. I'm visualizing something like this, but the outputformat/name doesn't matter, as long it is a output from a group: group1 ->...
View ArticleBatch HDR creation script
I have created a Photoshop Script (using JavaScript) for batch creation of HDR images.I have used theseprevious discussions during implementation. In the beginning part of the script there are some...
View ArticleBatch Resizing Help!!
Hey guys, I'm using CS6 and I'm pretty inexperienced with it at the moment. I'm trying to re-size a large amount of images into sizes that will print 16x20 inch, 4x6 inch, 13x19 inch, a couple other...
View ArticleHow to change a layers opacity?
Hi there, I am new to the whole concept of photoshop cripting and am really struggling, I wish to change the opacity of several layers, do I have to define the function first?? I would really...
View ArticleCan a script change a layer's opacity without affecting history state?
I'm automating Photoshop and have implemented a simple feature that involves fading the top layer of the active document in and out, repeatedly by changing its opacity from a timer's tick event. The...
View Articlechange save to jpg to tiff
I found a script that allows to crop and straighten scanned photos. However, there are 2 changes I want to make: (1) Instead of being saved as jpegs, I want to resulting files to be saved as tiff (2)...
View Article